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 edc7cb2 commit 80aa827Copy full SHA for 80aa827
.github/workflows/deploy-production.yml
@@ -58,6 +58,7 @@ jobs:
58
uses: actions/download-artifact@v4 # Retrieve the datasheets generated in the previous job
59
with:
60
name: datasheets
61
+ path: static/resources/datasheets
62
63
- name: Debug datasheet list
64
run: ls -lah static/resources/datasheets
.github/workflows/deploy-staging.yml
0 commit comments