mirror of
https://github.com/anonklub/anonklub.github.io.git
synced 2026-01-09 19:07:54 -05:00
fix: specify publish_branch in GH deploy action
This commit is contained in:
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user