Skip to content

Commit

Permalink
Update doc.yml to point to new build folder (#171)
Browse files Browse the repository at this point in the history
* Update doc.yml to point to new build folder
  • Loading branch information
SrikanthPagadarai authored Jan 30, 2024
1 parent a8f0d5f commit ae15b54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./doc
publish_dir: ./CI/doc/build/html
destination_dir: master

0 comments on commit ae15b54

Please sign in to comment.