Skip to content

Commit

Permalink
Merge pull request #102 from sebj/dependabot/github_actions/JamesIves…
Browse files Browse the repository at this point in the history
…/github-pages-deploy-action-4.6.0
  • Loading branch information
dependabot[bot] authored Apr 17, 2024
2 parents 085c78f + 5f29f0e commit 996bbc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: ./gradlew dokkaHtml

- name: Deploy API documentation to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4.5.0
uses: JamesIves/github-pages-deploy-action@v4.6.0
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
FOLDER: build/dokka

0 comments on commit 996bbc2

Please sign in to comment.