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

This commit is contained in:
菲鸽 2024-02-02 14:33:00 +08:00
parent b2466529a1
commit 440ec7b5db

View File

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