Skip to content

Commit

Permalink
Posible fix to docs generation in github pages 3
Browse files Browse the repository at this point in the history
  • Loading branch information
roy-cruz committed Apr 23, 2024
1 parent f7fa3be commit 6bf04f3
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,18 @@ jobs:
id: pages
uses: actions/configure-pages@v2

- name: build output
run: pipx run nox --noxfile /home/runner/work/QKDP/noxfile.py -s docs
- name: Install Nox
run: python -m pip install nox

- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
path: docs/build
- name: Run Nox
run: nox -s docs
# - name: build output
# run: pipx run nox --noxfile /home/runner/work/QKDP/noxfile.py -s docs
# working-directory: ./
# - name: Upload artifact
# uses: actions/upload-pages-artifact@v1
# with:
# path: docs/build

deploy:
needs:
Expand Down

0 comments on commit 6bf04f3

Please sign in to comment.