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 4fb8e1a commit 49e4939Copy full SHA for 49e4939
.github/workflows/build.yml
@@ -25,3 +25,7 @@ jobs:
25
run: npm test
26
- name: Before deploy
27
run: npm run docs
28
+ - name: Deploy to GitHub Pages
29
+ uses: JamesIves/[email protected]
30
+ with:
31
+ FOLDER: docs
.github/workflows/publish.yml
@@ -21,12 +21,6 @@ jobs:
21
registry-url: 'https://registry.npmjs.org'
22
- name: Install dependencies
23
run: npm install
24
- - name: Before deploy
- run: npm run docs
- - name: Deploy to GitHub Pages
- uses: JamesIves/[email protected]
- with:
- FOLDER: docs
- name: Publish
if: ${{ matrix.node-version == '16.x' }}
32
run: npm publish
0 commit comments