fix: specify publish_branch in GH deploy action

This commit is contained in:
sripwoud
2023-08-03 15:05:49 +02:00
parent 70a796b669
commit 4cf5f837f9

View File

@@ -50,7 +50,7 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
# Build output to publish to the `gh-pages` branch:
publish_branch: deploy # can't use default gh-pages for org gh pages
publish_dir: ./build
# The following lines assign commit authorship to the official
# GH-Actions bot for deploys to `gh-pages` branch: