Skip to content

Commit

Permalink
fix: ci fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubham Sharma - s0s0p6u authored and Shubham Sharma - s0s0p6u committed Jan 10, 2025
1 parent 6620275 commit 745fd1a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,12 @@ jobs:
working-directory: ./docusaurus
run: |
pnpm install --force
pnpm deploy
pnpm build
- name: Deploy Docs
working-directory: ./docusaurus
run: |
touch build/.nojekyll
rm -rf ../docs
cp -r build ../docs
2 changes: 1 addition & 1 deletion docusaurus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build": "docusaurus build",
"start": "pnpm build && docusaurus start --port 4000",
"swizzle": "docusaurus swizzle",
"deploy": "docusaurus build && touch build/.nojekyll && rm -rf ../docs && cp -r build ../docs"
"deploy": "touch build/.nojekyll && rm -rf ../docs && cp -r build ../docs"
},
"bugs": {
"url": "https://github.com/electrode-io/electrode/issues"
Expand Down

0 comments on commit 745fd1a

Please sign in to comment.