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

refactor(other): change docs deploy dir
This commit is contained in:
mahula 2024-04-06 12:38:54 +02:00 committed by GitHub
commit 8ad9bd1a08
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: .vuepress/dist
build_dir: .vuepress/.temp
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}