Bläddra i källkod

ci: gh-pages --> main 直接构建

菲鸽 2 år sedan
förälder
incheckning
440ec7b5db
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      .github/workflows/deploy-h5.yml

+ 1 - 1
.github/workflows/deploy-h5.yml

@@ -3,7 +3,7 @@ name: Deploy Pages
 on:
   # Runs on pushes targeting the default branch
   push:
-    branches: ['gh-pages']
+    branches: ['main']
 
   # Allows you to run this workflow manually from the Actions tab
   workflow_dispatch: