Skip to content

Commit 49e4939

Browse files
committed
remove static.yml
1 parent 4fb8e1a commit 49e4939

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,7 @@ 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: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,6 @@ 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
3024
- name: Publish
3125
if: ${{ matrix.node-version == '16.x' }}
3226
run: npm publish

0 commit comments

Comments
 (0)