change build dir

This commit is contained in:
mahula 2024-04-06 12:21:32 +02:00
parent 6fe732856a
commit c4536f3173

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 }}