We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 250227d commit f255ff7Copy full SHA for f255ff7
.github/workflows/build-and-deploy.yml
@@ -197,6 +197,10 @@ jobs:
197
- name: Move MD files to ugly URLs
198
run: ./move_md_to_ugly_urls.sh
199
200
+ - name: Remove index.json (published separately by publish-index-json workflow)
201
+ if: ${{ !inputs.all_products }}
202
+ run: rm -f ./public/index.json
203
+
204
- name: Deploy artifacts
205
uses: nogsantos/scp-deploy@master
206
with:
0 commit comments