We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4961f57 commit 140210eCopy full SHA for 140210e
1 file changed
.github/workflows/publish.yaml
@@ -22,6 +22,8 @@ jobs:
22
with:
23
source: ./
24
destination: ./_site
25
+ - name: Upload artifact
26
+ uses: actions/upload-pages-artifact@v3
27
- name: Deploy to GitHub Pages
28
id: deployment
29
uses: actions/deploy-pages@v4
0 commit comments