Skip to content

Commit

Permalink
Update docs_pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SpectralVectors authored Sep 8, 2024
1 parent 4b27716 commit ab09735
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docs_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
- name: make the sphinx docs
run: |
make -C docs clean
sphinx-apidoc -f -o docs cam
make -C docs html
make -C scripts/addons/docs clean
sphinx-apidoc -f -o scripts/addons/docs acripts/addons/cam
make -C scripts/addons/docs html
- name: Init new repo in dist folder and commit generated files
run: |
Expand All @@ -50,4 +50,4 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages
force: true
directory: .docs/build/html
directory: .scripts/addons/docs/build/html

0 comments on commit ab09735

Please sign in to comment.