Skip to content

Commit

Permalink
publish-docs: Fix publish_dir
Browse files Browse the repository at this point in the history
think it is from root instead of the working-directory
  • Loading branch information
IRHM committed Oct 11, 2023
1 parent 2395908 commit 7960876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
# Build output to publish to the `gh-pages` branch:
publish_dir: ./build
publish_dir: ./doc/build
cname: watcharr.app
# The following lines assign commit authorship to the official
# GH-Actions bot for deploys to `gh-pages` branch:
Expand Down

0 comments on commit 7960876

Please sign in to comment.