mirror of
https://github.com/versia-pub/docs.git
synced 2025-12-06 06:18:19 +01:00
guh, fix actions
This commit is contained in:
parent
1ff613ceee
commit
f1416dd7e6
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
|
@ -45,7 +45,7 @@ jobs:
|
|||
- name: Upload artifact
|
||||
uses: actions/upload-pages-artifact@v2
|
||||
with:
|
||||
path: docs/.vitepress/dist
|
||||
path: .vitepress/dist
|
||||
|
||||
# Deployment job
|
||||
deploy:
|
||||
|
|
|
|||
Loading…
Reference in a new issue