Skip to content

Commit 1381726

Browse files
author
Nejc
authored
fix: fixed github actions yml
1 parent 97808fc commit 1381726

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/node.js.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,3 @@ jobs:
2121
- run: npm install
2222
- name: Test
2323
- run: npm run validate
24-
25-
- name: Building docs
26-
- run: npm run docz:build
27-
- name: Deploy 🚀
28-
uses: JamesIves/github-pages-deploy-action@3.5.9
29-
with:
30-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31-
BRANCH: gh-pages
32-
FOLDER: .docz/dist

0 commit comments

Comments
 (0)