update action
This commit is contained in:
parent
bc218d431c
commit
75456e5952
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
@ -35,7 +35,7 @@ jobs:
|
||||||
- name: Upload Artifacts
|
- name: Upload Artifacts
|
||||||
uses: actions/upload-pages-artifact@v3
|
uses: actions/upload-pages-artifact@v3
|
||||||
with:
|
with:
|
||||||
path: 'build/'
|
path: 'website/build/'
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
needs: build_site
|
needs: build_site
|
||||||
|
|
Loading…
Reference in a new issue