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 i
|
||||||
npm run build
|
npm run build
|
||||||
|
|
||||||
# https://github.com/marketplace/actions/deploy-to-github-pages
|
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
uses: JamesIves/github-pages-deploy-action@3.7.1
|
uses: peaceiris/actions-gh-pages@v3
|
||||||
with:
|
with:
|
||||||
GITHUB_TOKEN: ${{ secrets.DEPLOY_KEY }}
|
deploy_key: ${{ secrets.DEPLOY_KEY }}
|
||||||
BRANCH: gh-pages
|
publish_dir: ./build
|
||||||
FOLDER: build
|
force_orphan: true
|
||||||
CLEAN: true
|
|
||||||
SINGLE_COMMIT: true
|
|
||||||
|
Loading…
Reference in New Issue
Block a user