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

View File

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