Skip to content

Commit 6881db7

Browse files
committed
main
1 parent 000c88c commit 6881db7

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
on: push
2+
3+
permissions:
4+
contents: write
5+
6+
jobs:
7+
build:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- name: 讀取倉庫
11+
uses: actions/checkout@v4
12+
- name: 環境安裝
13+
run: npm install
14+
- name: 打包
15+
run: npm run build
16+
- name: 發布分支 Web-Page
17+
uses: JamesIves/github-pages-deploy-action@v4
18+
with:
19+
branch: Web-Page
20+
folder: dist
21+

0 commit comments

Comments
 (0)