We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 218e68d commit 83b591aCopy full SHA for 83b591a
1 file changed
.github/workflows/deploy.yaml
@@ -39,6 +39,9 @@ jobs:
39
path: ./dist
40
name: github-pages
41
42
+ - name: Upload cache
43
+ run: ls dist/
44
+
45
deploy:
46
needs: build
47
runs-on: ubuntu-latest
0 commit comments