We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9905686 commit c138e09Copy full SHA for c138e09
.github/workflows/deploy.yml
@@ -80,7 +80,7 @@ jobs:
80
run: |
81
cd ${{ github.event.repository.name }}.wiki
82
rm -rf docbkx
83
- mv ../openig-doc/target/docbkx ../${{ github.event.repository.name }}.wiki
+ mv ../openidm-doc/target/docbkx ../${{ github.event.repository.name }}.wiki
84
git add -A
85
git commit -a -m "upload docs after deploy ${{ github.sha }}"
86
git push --quiet --force
0 commit comments