Migrate to peaceiris/actions-gh-pages
Former-commit-id: 2dd84ee6791659fe0320cd3f49335dc71ae5ad57
This commit is contained in:
parent
f7719d4183
commit
64245211d8
11
.github/workflows/deploy.yml
vendored
11
.github/workflows/deploy.yml
vendored
|
@ -31,10 +31,9 @@ jobs:
|
||||||
npm run build
|
npm run build
|
||||||
|
|
||||||
- name: "Deploy 🚀"
|
- name: "Deploy 🚀"
|
||||||
uses: JamesIves/github-pages-deploy-action@releases/v3
|
uses: peaceiris/actions-gh-pages@v3
|
||||||
with:
|
with:
|
||||||
ACCESS_TOKEN: '${{ secrets.ACCESS_TOKEN }}'
|
github_token: '${{ secrets.ACCESS_TOKEN }}'
|
||||||
BRANCH: gh-pages
|
publish_branch: gh-pages
|
||||||
FOLDER: platform/rustboyadvance-wasm/app/dist
|
publish_dir: ./platform/rustboyadvance-wasm/app/dist
|
||||||
CLEAN: yes
|
keep_files: false
|
||||||
SINGLE_COMMIT: yes
|
|
||||||
|
|
Reference in a new issue