Skip to content

Commit

Permalink
doc: Minor fixes and update deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
thommythomaso committed Feb 15, 2024
1 parent ccc3b8c commit 3894713
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 16 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@

name: docs

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
#on:
# push:
# branches: [ master ]
# pull_request:
# branches: [ master ]
# workflow_dispatch:

on: [ push, pull_request, workflow_dispatch ]

jobs:

Expand Down Expand Up @@ -60,8 +62,7 @@ jobs:
run: make idma_doc_all
-
name: Create publish docs
if: ${{ github.event_name == 'push' }}
uses: actions/upload-pages-artifact@main
uses: actions/[email protected]
with:
path: target/doc/html

Expand All @@ -79,4 +80,4 @@ jobs:
-
name: Deploy to Github Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v3
2 changes: 1 addition & 1 deletion doc/src/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# -- Project information -----------------------------------------------------

project = u'iDMA Specification'
copyright = u'2021 PULP-platform'
copyright = u'2024 PULP-platform'
author = u'PULP-platform'

# The short X.Y version
Expand Down
7 changes: 1 addition & 6 deletions doc/src/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,11 @@ The morty docs provide the generated description of the SystemVerilog files with

`RW_AXI Backend <idma_backend_synth_rw_axi/index.html>`_

`ND Backend <idma_nd_backend_synth/index.html>`_

.. image:: ../fig/graph/idma_backend_synth_r_axi_w_obi.png
:width: 600

.. image:: ../fig/graph/idma_backend_synth_r_obi_w_axi.png
:width: 600

.. image:: ../fig/graph/idma_backend_synth_rw_axi.png
:width: 600

.. image:: ../fig/graph/idma_nd_backend_synth.png
:width: 600
:width: 600

0 comments on commit 3894713

Please sign in to comment.