File tree 1 file changed +33
-33
lines changed
1 file changed +33
-33
lines changed Original file line number Diff line number Diff line change 1
- name : Deploy
2
- on :
3
- push :
4
- branches :
5
- - master
6
- jobs :
7
- deploy :
8
- runs-on : ubuntu-latest
9
- steps :
10
- - name : Checkout
11
- uses : actions/checkout@v4
1
+ # name: Deploy
2
+ # on:
3
+ # push:
4
+ # branches:
5
+ # - master
6
+ # jobs:
7
+ # deploy:
8
+ # runs-on: ubuntu-latest
9
+ # steps:
10
+ # - name: Checkout
11
+ # uses: actions/checkout@v4
12
12
13
- - name : Install Node.js
14
- uses : actions/setup-node@v4
15
- with :
16
- node-version : 20
17
- registry-url : https://registry.npmjs.com/
13
+ # - name: Install Node.js
14
+ # uses: actions/setup-node@v4
15
+ # with:
16
+ # node-version: 20
17
+ # registry-url: https://registry.npmjs.com/
18
18
19
- - uses : pnpm/action-setup@v3
20
- name : Install pnpm
21
- id : pnpm-install
22
- with :
23
- version : 9
24
- run_install : false
19
+ # - uses: pnpm/action-setup@v3
20
+ # name: Install pnpm
21
+ # id: pnpm-install
22
+ # with:
23
+ # version: 9
24
+ # run_install: false
25
25
26
- - name : deploy
27
- run : |
28
- pnpm install
29
- npm run build:mac
30
- cd dist
31
- touch README.md .nojekyll
26
+ # - name: deploy
27
+ # run: |
28
+ # pnpm install
29
+ # npm run build:mac
30
+ # cd dist
31
+ # touch README.md .nojekyll
32
32
33
- - name : deploy
34
- uses : JamesIves/github-pages-deploy-action@v4
35
- with :
36
- folder : dist
37
- clean : true
33
+ # - name: deploy
34
+ # uses: JamesIves/github-pages-deploy-action@v4
35
+ # with:
36
+ # folder: dist
37
+ # clean: true
You can’t perform that action at this time.
0 commit comments