mirror of
https://github.com/Kludex/awesome-fastapi-projects.git
synced 2025-05-15 13:47:05 +00:00
Fix uploading arifacts for nextjs job
This commit is contained in:
parent
11bdc81bf2
commit
c4a548f5c4
2
.github/workflows/frontend.yaml
vendored
2
.github/workflows/frontend.yaml
vendored
@ -67,7 +67,7 @@ jobs:
|
|||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-pages-artifact@v2
|
uses: actions/upload-pages-artifact@v2
|
||||||
with:
|
with:
|
||||||
path: ./out
|
path: ./frontend/out
|
||||||
|
|
||||||
# Deployment job
|
# Deployment job
|
||||||
deploy:
|
deploy:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user