mirror of
https://github.com/one-among-us/data.git
synced 2024-11-10 05:14:51 +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
|
- name: Build
|
||||||
run: yarn 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
|
uses: cloudflare/pages-action@v1
|
||||||
with:
|
with:
|
||||||
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
|
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
|
||||||
|
Loading…
Reference in New Issue
Block a user