Skip to content

Commit

Permalink
fix: add publish_branch; publish_dir
Browse files Browse the repository at this point in the history
  • Loading branch information
pizofreude committed Oct 25, 2023
1 parent a04c9fc commit b57a4b5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,11 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
# GitHub Pages branch to deploy
publish_branch: main
# Build output to publish to the `gh-pages` branch:
publish_dir: ./build
publish_dir: ./website/build
# publish_dir: ./build
# The following lines assign commit authorship to the official
# GH-Actions bot for deploys to `gh-pages` branch:
# https://github.com/actions/checkout/issues/13#issuecomment-724415212
Expand Down

0 comments on commit b57a4b5

Please sign in to comment.