We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 000c88c commit 6881db7Copy full SHA for 6881db7
1 file changed
.github/workflows/main.yml
@@ -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