1
0
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:
Mak1ooowowo 2023-01-21 12:17:51 +08:00
parent 611ab79a46
commit b609921ff4

View File

@ -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 }}