We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 165a790 commit 269085bCopy full SHA for 269085b
1 file changed
.github/workflows/debian.yml
@@ -176,15 +176,13 @@ jobs:
176
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
177
with:
178
name: signed-artifacts-apt
179
- path: incoming/
+ path: _site/
180
181
- name: Setup Pages
182
uses: actions/configure-pages@45bfe0192ca1faeb007ade9deae92b16b8254a0d # v5.0.0
183
184
- name: Upload artifact
185
uses: actions/upload-pages-artifact@fc324d3547104276b827a68afc52ff2a11cc49c9 # v5.0.0
186
- with:
187
188
189
- name: Deploy to GitHub Pages
190
id: deployment
0 commit comments