Skip to content

Commit

Permalink
Update documentation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SaketKulkarni121 authored Jun 3, 2024
1 parent 552c943 commit b096170
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ jobs:
- name: Build documentation
run: make html
working-directory: PerceptionsLibrary22a/documentation/html
working-directory: PerceptionsLibrary22a/documentation

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: gh-pages
publish_dir: PerceptionsLibrary22a/documentation/html/_build/html
publish_dir: PerceptionsLibrary22a/documentation/_build/html

0 comments on commit b096170

Please sign in to comment.