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 1975a96 commit e0ec673Copy full SHA for e0ec673
.github/workflows/attestations.yml
@@ -59,11 +59,16 @@ jobs:
59
path: sbom.spdx.json
60
61
# Publish the build
62
- - name: Publish the build
63
- uses: actions/upload-artifact@v4
+ # - name: Publish the build
+ # uses: actions/upload-artifact@v4
64
+ # with:
65
+ # name: github-pages
66
+ # path: dist.tar.gz
67
+
68
+ - name: "Deploy to GitHub Pages"
69
+ uses: actions/[email protected]
70
with:
- name: github-pages
- path: dist.tar.gz
71
+ path: dist
72
73
# Deploy job
74
deploy:
0 commit comments