Skip to content

Commit 1839eb5

Browse files
committed
fix path
1 parent 15bd40f commit 1839eb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: actions/upload-artifact@v2
3131
with:
3232
name: website-artifact
33-
path: cache/web # Specify the correct output directory here
33+
path: ./cache/web
3434

3535
deploy:
3636
needs: build

0 commit comments

Comments
 (0)