We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 963119c commit bf2fa9bCopy full SHA for bf2fa9b
includes/.github/workflows/build-docs.yml
@@ -8,11 +8,7 @@ jobs:
8
build:
9
10
runs-on: ubuntu-latest
11
-
12
- strategy:
13
- matrix:
14
- node-version: [12.x]
15
+ node-version: [12.x]
16
steps:
17
- uses: actions/checkout@v1
18
- name: Use Node.js ${{ matrix.node-version }}
@@ -25,3 +21,9 @@ jobs:
25
21
npm run build:docs
26
22
env:
27
23
CI: true
24
+ deploy:
+ - name: GitHub Pages Deploy
+ - uses: maxheld83/ghpages@v0.2.1
+ - env:
28
+ BUILD_DIR = "docs/"
29
+ secrets = ["GH_PAT"]
0 commit comments