We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18eeaa5 commit 0dbeac2Copy full SHA for 0dbeac2
1 file changed
.github/workflows/dev-desktop-builds.yml
@@ -162,7 +162,7 @@ jobs:
162
chmod +x "./build/mac/Material Maker.app/Contents/MacOS/Material Maker"
163
rm ./build/mac/material_maker.zip
164
- name: Get documentation 🚀
165
- if: ${{ github.event.inputs.gen_doc == 'true' }}
+ if: ${{ github.event.inputs.gen_doc == 'true' && github.event.inputs.artifacts == 'true' }}
166
uses: actions/download-artifact@v8
167
with:
168
name: documentation
0 commit comments