Skip to content

Commit

Permalink
FIX: stop removing index.html in doc-deploy-stable
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgepiloto committed Dec 12, 2022
1 parent f71b390 commit 5d5360a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc-deploy-stable/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ runs:
--new_version ${{ env.VERSION }} \
--render_last ${{ inputs.render-last }}
# Remove the script to avoid Git tracking it
rm -rf version_mapper.py index.html
rm -rf version_mapper.py
- name: "Clear unnecessary gh-pages files and directories"
shell: bash
Expand Down

0 comments on commit 5d5360a

Please sign in to comment.