Skip to content

Commit

Permalink
Testing removing symlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
kstribrnAmzn committed May 10, 2024
1 parent 621ee9c commit a59a8a9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions doxygen-generation/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,6 @@ runs:
run: |
jq '.releases|=if index("${{ inputs.ref }}") then . else ["${{ inputs.ref }}"]+. end' _data/doc_config.json > tmp.json
mv tmp.json _data/doc_config.json
rm -f latest
ln -s "${{ inputs.ref }}" latest
- name: Commit new doxygen
working-directory: ./doxygen_store
Expand Down

0 comments on commit a59a8a9

Please sign in to comment.