mirror of
https://github.com/ApfelTeeSaft/LiveSplitOne.git
synced 2026-09-03 11:53:24 +00:00
Switch to peaceiris/actions-gh-pages@v3
This commit is contained in:
@@ -121,10 +121,9 @@ jobs:
|
||||
|
||||
- name: Deploy
|
||||
if: github.repository == 'LiveSplit/LiveSplitOne' && github.ref == 'refs/heads/master'
|
||||
uses: peaceiris/actions-gh-pages@v2
|
||||
env:
|
||||
ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}
|
||||
PUBLISH_BRANCH: gh-pages
|
||||
PUBLISH_DIR: ./dist
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
with:
|
||||
forceOrphan: true
|
||||
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
|
||||
publish_branch: gh-pages
|
||||
publish_dir: ./dist
|
||||
force_orphan: true
|
||||
|
||||
Reference in New Issue
Block a user