Skip to content

Commit dc708a2

Browse files
committed
chore: fixing publish docs
1 parent 0f8c5f4 commit dc708a2

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/publish-docs.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,12 @@ jobs:
1818
uses: actions/setup-node@v6
1919
with:
2020
node-version: 24
21-
- run: cd docs && npm i
22-
- run: cd docs && npm run build
21+
- run: npm i
22+
- run: npm run build
23+
- run: npm i
24+
working-directory: ./docs
25+
- run: npm run build
26+
working-directory: ./docs
2327
- name: Deploy to GitHub Pages
2428
uses: JamesIves/github-pages-deploy-action@v4
2529
with:

0 commit comments

Comments
 (0)