diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 1e3fe76665..aaa5f48f23 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -39,7 +39,7 @@ jobs: - name: Build and Move docs run: | pnpm build:docs - cd docs/docs/.vitepress/dist + cd /docs/docs/.vitepress/dist git add -A git commit -m "Move build artifacts to docs-web branch" git push origin docs-web