We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c96b7be commit 33d2952Copy full SHA for 33d2952
.github/workflows/ci.yml
@@ -116,7 +116,7 @@ jobs:
116
- name: Upload Pages artifact
117
uses: actions/upload-pages-artifact@v3
118
with:
119
- name: build-${{ github.ref_name }}-${{ github.run_id }}-${{ github.run_attempt }}}
+ name: build-${{ github.ref_name }}-${{ github.run_id }}-${{ github.run_attempt }}
120
path: site
121
- id: deployment
122
name: Deploy to GitHub Pages
0 commit comments