fix docs build path in docsdeploy workflow

This commit is contained in:
mahula 2024-04-06 13:15:22 +02:00
parent a0d1f9ba89
commit f396951c18

View File

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