Skip to content

Commit

Permalink
Posible fix to docs generation in github pages 4
Browse files Browse the repository at this point in the history
  • Loading branch information
roy-cruz committed Apr 23, 2024
1 parent 6bf04f3 commit c499246
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Pages
id: pages
uses: actions/configure-pages@v2
Expand All @@ -60,13 +61,6 @@ jobs:

- 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 c499246

Please sign in to comment.