Skip to content

Commit

Permalink
chore: fixed staging deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobinstein committed Feb 28, 2024
1 parent ebdd1ac commit 9b321c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: yarn install
- name: Build
working-directory: ./docs
run: yarn build
run: yarn build-gh
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"scripts": {
"dev": "vuepress dev src",
"build": "vuepress build src",
"build-gh": "cross-env BASE_URL=/public-site/docs/ vuepress build src"
"build-gh": "cross-env BASE_URL=/docs/ vuepress build src"
},
"license": "MIT",
"devDependencies": {
Expand Down

0 comments on commit 9b321c1

Please sign in to comment.