forked from Shiloh/remnantchat
chore: use peaceiris/actions-gh-pages to deploy
This commit is contained in:
parent
f44fe225a8
commit
56fc3bfff2
11
.github/workflows/deploy.yml
vendored
11
.github/workflows/deploy.yml
vendored
@ -25,12 +25,9 @@ jobs:
|
||||
npm i
|
||||
npm run build
|
||||
|
||||
# https://github.com/marketplace/actions/deploy-to-github-pages
|
||||
- name: Deploy
|
||||
uses: JamesIves/github-pages-deploy-action@3.7.1
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
with:
|
||||
GITHUB_TOKEN: ${{ secrets.DEPLOY_KEY }}
|
||||
BRANCH: gh-pages
|
||||
FOLDER: build
|
||||
CLEAN: true
|
||||
SINGLE_COMMIT: true
|
||||
deploy_key: ${{ secrets.DEPLOY_KEY }}
|
||||
publish_dir: ./build
|
||||
force_orphan: true
|
||||
|
Loading…
Reference in New Issue
Block a user