Commit 590bbcd 1 parent 6376942 commit 590bbcd Copy full SHA for 590bbcd
File tree 1 file changed +36
-36
lines changed
1 file changed +36
-36
lines changed Original file line number Diff line number Diff line change 1
- name : GitHub Pages
1
+ # name: GitHub Pages
2
2
3
- on :
4
- push :
5
- branches :
6
- - main
7
- pull_request :
3
+ # on:
4
+ # push:
5
+ # branches:
6
+ # - main
7
+ # pull_request:
8
8
9
- jobs :
10
- deploy :
11
- runs-on : ubuntu-20.04
12
- defaults :
13
- run :
14
- working-directory : docs
15
- concurrency :
16
- group : ${{ github.workflow }}-${{ github.ref }}
17
- steps :
18
- - uses : actions/checkout@v3
9
+ # jobs:
10
+ # deploy:
11
+ # runs-on: ubuntu-20.04
12
+ # defaults:
13
+ # run:
14
+ # working-directory: docs
15
+ # concurrency:
16
+ # group: ${{ github.workflow }}-${{ github.ref }}
17
+ # steps:
18
+ # - uses: actions/checkout@v3
19
19
20
- - name : Setup Node
21
- uses : actions/setup-node@v3
22
- with :
23
- node-version : ' 14'
20
+ # - name: Setup Node
21
+ # uses: actions/setup-node@v3
22
+ # with:
23
+ # node-version: '14'
24
24
25
- - name : Cache dependencies
26
- uses : actions/cache@v3
27
- with :
28
- path : ~/.npm
29
- key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
30
- restore-keys : |
31
- ${{ runner.os }}-node-
25
+ # - name: Cache dependencies
26
+ # uses: actions/cache@v3
27
+ # with:
28
+ # path: ~/.npm
29
+ # key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
30
+ # restore-keys: |
31
+ # ${{ runner.os }}-node-
32
32
33
- - run : npm install
34
- - run : npm run build
35
- - run : npm run export
33
+ # - run: npm install
34
+ # - run: npm run build
35
+ # - run: npm run export
36
36
37
- - name : Deploy
38
- uses : peaceiris/actions-gh-pages@v3
39
- if : ${{ github.ref == 'refs/heads/main' }}
40
- with :
41
- github_token : ${{ secrets.GITHUB_TOKEN }}
42
- publish_dir : ./docs/out
37
+ # - name: Deploy
38
+ # uses: peaceiris/actions-gh-pages@v3
39
+ # if: ${{ github.ref == 'refs/heads/main' }}
40
+ # with:
41
+ # github_token: ${{ secrets.GITHUB_TOKEN }}
42
+ # publish_dir: ./docs/out
You can’t perform that action at this time.
0 commit comments