Skip to content

Commit

Permalink
fix: GitHub action publish dir corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
VaclavElias committed Dec 29, 2024
1 parent 82a7878 commit 00e9298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bepu-docs-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ jobs:
uses: peaceiris/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ${{ env.COMMON_SETTINGS_PATH }}/_site
publish_dir: Documentation/_site
publish_branch: gh-pages

0 comments on commit 00e9298

Please sign in to comment.