Skip to content

Commit c138e09

Browse files
authored
fix docs publish to wiki (#54)
1 parent 9905686 commit c138e09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
run: |
8181
cd ${{ github.event.repository.name }}.wiki
8282
rm -rf docbkx
83-
mv ../openig-doc/target/docbkx ../${{ github.event.repository.name }}.wiki
83+
mv ../openidm-doc/target/docbkx ../${{ github.event.repository.name }}.wiki
8484
git add -A
8585
git commit -a -m "upload docs after deploy ${{ github.sha }}"
8686
git push --quiet --force

0 commit comments

Comments
 (0)