We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cdbee0 commit dc8ed84Copy full SHA for dc8ed84
.github/workflows/build.yml
@@ -19,4 +19,6 @@ jobs:
19
- name: Set up Node ${{ matrix.nodeversion }}
20
uses: actions/setup-node@v2
21
with:
22
- node-version: ${{ matrix.node-version }}
+ node-version: ${{ matrix.node-version }}
23
+ - name: Before deploy
24
+ run: npm run docs
0 commit comments