We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1b763b commit c13059eCopy full SHA for c13059e
.github/workflows/docs.yml
@@ -37,6 +37,6 @@ jobs:
37
uses: peaceiris/actions-gh-pages@v3
38
with:
39
github_token: ${{ secrets.GITHUB_TOKEN }}
40
- publish_dir: ./docs/html
+ publish_dir: ./build/gcc-RelWithDebInfo/docs/html
41
publish_branch: gh-pages
42
force_orphan: true
0 commit comments