Skip to content

Commit

Permalink
fix: gh pages build path
Browse files Browse the repository at this point in the history
  • Loading branch information
oknozor committed Nov 30, 2023
1 parent 8a1df55 commit 52b8307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ jobs:
COMMIT_MESSAGE: "chore: update gh-pages"
ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BUILD_SCRIPT: cd docs && yarn && yarn docs:build
BUILD_DIR: docs/website/.vuepress/dist/
BUILD_DIR: website/.vuepress/dist/

0 comments on commit 52b8307

Please sign in to comment.