Skip to content

Commit 6936a30

Browse files
committed
fix: correct artifact upload path to ./src/public based on working directory configuration
1 parent b6e637f commit 6936a30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
uses: actions/upload-artifact@v4
135135
with:
136136
name: site-build
137-
path: ./public
137+
path: ./src/public
138138
retention-days: 7
139139
if-no-files-found: error
140140

0 commit comments

Comments
 (0)