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 613142b commit 729083aCopy full SHA for 729083a
.github/workflows/publish docs.yml
@@ -16,7 +16,8 @@ jobs:
16
- name: Setup Node.js
17
uses: actions/setup-node@v2
18
with:
19
- node-version: '14'
+ ref: 'develop'
20
+ node-version: '16'
21
registry-url: 'https://registry.npmjs.org'
22
- run: cd docs && npm install
23
- run: |
@@ -27,7 +28,7 @@ jobs:
27
28
git add package.json
29
git commit -m "chore(docs): publish documentation"
30
git push
- - run: cd docs && npm build && npm publish
31
+ - run: cd docs && npm run build && npm publish
32
env:
33
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
34
- name: Get version
0 commit comments