mirror of
https://github.com/setube/ogame-vue-ts.git
synced 2026-05-12 07:55:11 +08:00
Merge pull request #7 from coolxitech/main
chore(github-pages): 更新GitHub Pages构建工作流
This commit is contained in:
6
.github/workflows/github-pages.yml
vendored
6
.github/workflows/github-pages.yml
vendored
@@ -1,8 +1,10 @@
|
||||
name: Deploy Vue Project
|
||||
name: 构建Github Pages
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main ] # 如果你的主分支叫 master,请改为 master
|
||||
branches: [ main ]
|
||||
workflow_dispatch:
|
||||
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
Reference in New Issue
Block a user