Skip to content

Commit

Permalink
Use major-only version for github-pages-deploy-action (#495)
Browse files Browse the repository at this point in the history
  • Loading branch information
twyatt authored Jun 12, 2023
1 parent 1111ce1 commit 40973d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
distribution: 'temurin'
java-version: '17'
- run: ./gradlew dokkaHtmlMultiModule
- uses: JamesIves/github-pages-deploy-action@v4.4.1
- uses: JamesIves/github-pages-deploy-action@v4
with:
folder: build/dokkaHtmlMultiModule

0 comments on commit 40973d5

Please sign in to comment.