Skip to content

Commit 69abdee

Browse files
Updated build to build docs command and commented out things for now
1 parent 3e1160e commit 69abdee

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

.github/workflows/main.yml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)