Skip to content

Commit 4fb8e1a

Browse files
committed
update docs deployment in github actions
1 parent 697d1b4 commit 4fb8e1a

File tree

3 files changed

+6
-46
lines changed

3 files changed

+6
-46
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,3 @@ jobs:
2525
run: npm test
2626
- name: Before deploy
2727
run: npm run docs
28-
- name: Deploy to GitHub Pages
29-
uses: JamesIves/[email protected]
30-
with:
31-
FOLDER: docs

.github/workflows/publish.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ jobs:
2121
registry-url: 'https://registry.npmjs.org'
2222
- name: Install dependencies
2323
run: npm install
24+
- name: Before deploy
25+
run: npm run docs
26+
- name: Deploy to GitHub Pages
27+
uses: JamesIves/[email protected]
28+
with:
29+
FOLDER: docs
2430
- name: Publish
2531
if: ${{ matrix.node-version == '16.x' }}
2632
run: npm publish

.github/workflows/static.yml

Lines changed: 0 additions & 42 deletions
This file was deleted.

0 commit comments

Comments
 (0)