Skip to content

Commit 3db7724

Browse files
committed
fix(deploy): adjust base path for new build output
1 parent 5d7afe4 commit 3db7724

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
grep -r PUBLIC_SPREADSHEET_URL dist/client || echo "PUBLIC_SPREADSHEET_URL not found in build output"
3737
3838
# Upload artifact per il deploy
39-
- name: Upload artifact
39+
- name: Upload artifact
4040
uses: actions/upload-pages-artifact@v2
4141
with:
4242
path: dist/client

0 commit comments

Comments
 (0)