mirror of
https://github.com/gosticks/web.git
synced 2026-08-12 20:20:25 +00:00
CI: switch to peaceiris/actions-gh-pages@v3
Signed-off-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
@@ -85,11 +85,10 @@ jobs:
|
||||
echo "web.pi-hole.net" > build/CNAME
|
||||
|
||||
- name: Deploy
|
||||
uses: peaceiris/actions-gh-pages@v2
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
if: success()
|
||||
env:
|
||||
PERSONAL_TOKEN: ${{ secrets.PERSONAL_TOKEN }}
|
||||
PUBLISH_BRANCH: gh-pages
|
||||
PUBLISH_DIR: ./build/
|
||||
with:
|
||||
emptyCommits: false
|
||||
personal_token: ${{ secrets.PERSONAL_TOKEN }}
|
||||
publish_branch: gh-pages
|
||||
publish_dir: ./build/
|
||||
|
||||
Reference in New Issue
Block a user