Fixed workflow
This commit is contained in:
parent
6893737fe0
commit
023dbfbd54
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
@ -23,4 +23,4 @@ jobs:
|
||||||
uses: JamesIves/github-pages-deploy-action@v4.2.5
|
uses: JamesIves/github-pages-deploy-action@v4.2.5
|
||||||
with:
|
with:
|
||||||
branch: gh-pages # The branch the action should deploy to.
|
branch: gh-pages # The branch the action should deploy to.
|
||||||
folder: .vitepress/dist # The folder the action should deploy.
|
folder: docs/.vitepress/dist # The folder the action should deploy.
|
||||||
|
|
Loading…
Reference in a new issue