Skip to content

Commit f11224f

Browse files
authored
fix github-pages action
1 parent 708b992 commit f11224f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Generate Javadoc
2222
run: ./gradlew javadoc
2323
- name: Push changes
24-
uses: peaceiris/action-gh-pages@v3
24+
uses: peaceiris/actions-gh-pages@v3
2525
with:
2626
github_token: ${{ secrets.GITHUB_TOKEN }}
2727
publish_dir: ./docs

0 commit comments

Comments
 (0)