[F] Restore GitHub branch deploy

pull/90/head
Mak1ooowowo 2023-01-21 12:17:51 +08:00
parent 611ab79a46
commit b609921ff4
1 changed files with 7 additions and 1 deletions

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