We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15bd40f commit 1839eb5Copy full SHA for 1839eb5
.github/workflows/deploy.yml
@@ -30,7 +30,7 @@ jobs:
30
uses: actions/upload-artifact@v2
31
with:
32
name: website-artifact
33
- path: cache/web # Specify the correct output directory here
+ path: ./cache/web
34
35
deploy:
36
needs: build
0 commit comments