Merge pull request #51 from IT4Change/change-docs-deploy-action

refactor(other): change build dir
This commit is contained in:
mahula 2024-04-06 12:22:52 +02:00 committed by GitHub
commit 8c7684e44b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -44,6 +44,6 @@ jobs:
uses: crazy-max/ghaction-github-pages@v4
with:
target_branch: gh-pages
build_dir: build/docs/
build_dir: .vuepress/dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}