Skip to content

Commit

Permalink
fix docs publish to wiki (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
maximthomas authored Jul 3, 2024
1 parent 9905686 commit c138e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
run: |
cd ${{ github.event.repository.name }}.wiki
rm -rf docbkx
mv ../openig-doc/target/docbkx ../${{ github.event.repository.name }}.wiki
mv ../openidm-doc/target/docbkx ../${{ github.event.repository.name }}.wiki
git add -A
git commit -a -m "upload docs after deploy ${{ github.sha }}"
git push --quiet --force

0 comments on commit c138e09

Please sign in to comment.