We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6888d6 commit f2357c3Copy full SHA for f2357c3
.github/workflows/static.yml
@@ -30,7 +30,7 @@ jobs:
30
id: deployment
31
uses: actions/upload-pages-artifact@v3
32
with:
33
- path: ./posts'
+ path: ./posts
34
35
# Deployment job
36
deploy:
0 commit comments