Skip to content

Commit

Permalink
Refactor: github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
shreelakshmijoshi committed Sep 12, 2024
1 parent edf16e5 commit b3a6a9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_wiki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
mv wiki/LICENSE.md wiki/08-License.md
mv wiki/CODE_OF_CONDUCT.md wiki/09-Code-of-conduct.md | sed -i -e 's/.\/docs\/cdpg.png/cdpg.png/ ' wiki/09-Code-of-conduct.md
mv wiki/CONTRIBUTING.md wiki/10-Contributing.md | sed -i -e 's/.\/docs\/cdpg.png/cdpg.png/ ' wiki/10-Contributing.md
mv wiki/SECURITY.dm wiki/11-Security.md | sed -i -e 's/.\/docs\/cdpg.png/cdpg.png/ ' wiki/11-Security.md
mv wiki/SECURITY.md wiki/11-Security.md | sed -i -e 's/.\/docs\/cdpg.png/cdpg.png/ ' wiki/11-Security.md
ls -la wiki # List files to verify renaming
Expand Down

0 comments on commit b3a6a9a

Please sign in to comment.