We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3923e3 commit 329b1e0Copy full SHA for 329b1e0
.github/workflows/static.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Upload artifact
25
uses: actions/upload-pages-artifact@v3
26
with:
27
- path: '"'"'./_build'"'"'
+ path: "./_build"
28
- name: Deploy to GitHub Pages
29
id: deployment
30
uses: actions/deploy-pages@v4
0 commit comments