Skip to content

Commit bf2fa9b

Browse files
Add GH pages deploy
1 parent 963119c commit bf2fa9b

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

includes/.github/workflows/build-docs.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,7 @@ jobs:
88
build:
99

1010
runs-on: ubuntu-latest
11-
12-
strategy:
13-
matrix:
14-
node-version: [12.x]
15-
11+
node-version: [12.x]
1612
steps:
1713
- uses: actions/checkout@v1
1814
- name: Use Node.js ${{ matrix.node-version }}
@@ -25,3 +21,9 @@ jobs:
2521
npm run build:docs
2622
env:
2723
CI: true
24+
deploy:
25+
- name: GitHub Pages Deploy
26+
- uses: maxheld83/ghpages@v0.2.1
27+
- env:
28+
BUILD_DIR = "docs/"
29+
secrets = ["GH_PAT"]

0 commit comments

Comments
 (0)