Skip to content

Commit

Permalink
Test doc
Browse files Browse the repository at this point in the history
  • Loading branch information
gonfeco committed Oct 16, 2024
1 parent ae29f26 commit f313a14
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sphinx_doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
#Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Sphinx Build
#You may pin to the exact commit or the version.
Expand All @@ -30,13 +30,13 @@ jobs:
pre-build-command: 'python -m pip install sphinx_rtd_theme nbsphinx sphinxcontrib.bibtex sphinxcontrib.programoutput sphinxcontrib.contentui autodoc MarkupSafe==2.0.1'

- name: Upload a Build Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: 'html.zip'
path: 'doc/_build/'

- name: Checkout neasqc.github.io
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
ref: main
persist-credentials: true
Expand Down
1 change: 1 addition & 0 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,4 @@

utils.rst


0 comments on commit f313a14

Please sign in to comment.