mirror of
https://github.com/one-among-us/data.git
synced 2024-12-04 00:46:49 +08:00
[F] Restore GitHub branch deploy
This commit is contained in:
parent
611ab79a46
commit
b609921ff4
8
.github/workflows/generator.yml
vendored
8
.github/workflows/generator.yml
vendored
@ -42,7 +42,13 @@ jobs:
|
||||
- name: Build
|
||||
run: yarn build
|
||||
|
||||
- name: Deploy 🚀
|
||||
- name: Deploy to GitHub branch
|
||||
uses: JamesIves/github-pages-deploy-action@v4
|
||||
with:
|
||||
branch: gh-pages
|
||||
folder: dist
|
||||
|
||||
- name: Deploy to Cloudflare Pages
|
||||
uses: cloudflare/pages-action@v1
|
||||
with:
|
||||
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
|
||||
|
Loading…
Reference in New Issue
Block a user