mirror of
https://github.com/Radiquum/photos.git
synced 2025-04-05 15:54:31 +00:00
fix workflow
This commit is contained in:
parent
268e6c8f9f
commit
b295320107
1 changed files with 1 additions and 2 deletions
3
.github/workflows/build.yaml
vendored
3
.github/workflows/build.yaml
vendored
|
@ -55,9 +55,8 @@ jobs:
|
|||
FIREBASE_COLLECTION: ${{ secrets.FIREBASE_COLLECTION }}
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-pages-artifact@v3
|
||||
working-directory: ./generate
|
||||
with:
|
||||
path: ./out/
|
||||
path: ./generate/out/
|
||||
|
||||
# Deployment job
|
||||
deploy:
|
||||
|
|
Loading…
Add table
Reference in a new issue