File tree Expand file tree Collapse file tree 1 file changed +21
-21
lines changed
Expand file tree Collapse file tree 1 file changed +21
-21
lines changed Original file line number Diff line number Diff line change @@ -16,27 +16,27 @@ jobs:
1616 build :
1717 runs-on : ubuntu-latest
1818
19- strategy :
20- matrix :
21- node-version : [19]
19+ # strategy:
20+ # matrix:
21+ # node-version: [19]
2222
23- steps :
24- - uses : actions/checkout@v3
23+ # steps:
24+ # - uses: actions/checkout@v3
2525
26- - name : Use Node.js ${{ matrix.node-version }}
27- uses : actions/setup-node@v3
28- with :
29- node-version : ${{ matrix.node-version }}
26+ # - name: Use Node.js ${{ matrix.node-version }}
27+ # uses: actions/setup-node@v3
28+ # with:
29+ # node-version: ${{ matrix.node-version }}
3030
31- - name : Build
32- run : |
33- git config --global user.email "webdevnerdstuff@gmail.com"
34- git config --global user.name "WebDevNerdStuff"
35- mkdir docs
36- npm install --g gh-pages
37- npm i
38- npm run build
39- git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
40- npm run deploy -u "github-actions-bot <support+actions@github.com>"
41- env :
42- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
31+ # - name: Build
32+ # run: |
33+ # git config --global user.email "webdevnerdstuff@gmail.com"
34+ # git config --global user.name "WebDevNerdStuff"
35+ # mkdir docs
36+ # npm install --g gh-pages
37+ # npm i
38+ # npm run build:docs
39+ # git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
40+ # npm run deploy -u "github-actions-bot <support+actions@github.com>"
41+ # env:
42+ # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments