Skip to content

Commit

Permalink
Merge pull request #172 from techinessoverloaded/dependabot/github_ac…
Browse files Browse the repository at this point in the history
…tions/JamesIves/github-pages-deploy-action-4.7.2

Bump JamesIves/github-pages-deploy-action from 4.6.9 to 4.7.2
  • Loading branch information
techinessoverloaded authored Dec 10, 2024
2 parents 9fe1d19 + 7937e4d commit b47c389
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/generateDocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,28 +33,28 @@ jobs:
core.setOutput('tag', tag)
core.setOutput('no-v', no_v)
- name: Deploy KDoc to GH Pages with Version
uses: JamesIves/github-pages-deploy-action@v4.6.9
uses: JamesIves/github-pages-deploy-action@v4.7.2
with:
token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages
folder: progressdialoglibrary/build/dokka/html
target-folder: kotlin/${{ steps.format_version_tag.outputs.no-v }}/
- name: Deploy KDoc to GH Pages as Latest
uses: JamesIves/github-pages-deploy-action@v4.6.9
uses: JamesIves/github-pages-deploy-action@v4.7.2
with:
token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages
folder: progressdialoglibrary/build/dokka/html
target-folder: kotlin/latest/
- name: Deploy JavaDoc to GH Pages with Version
uses: JamesIves/github-pages-deploy-action@v4.6.9
uses: JamesIves/github-pages-deploy-action@v4.7.2
with:
token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages
folder: progressdialoglibrary/build/dokka/javadoc
target-folder: java/${{ steps.format_version_tag.outputs.no-v }}/
- name: Deploy JavaDoc to GH Pages as Latest
uses: JamesIves/github-pages-deploy-action@v4.6.9
uses: JamesIves/github-pages-deploy-action@v4.7.2
with:
token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages
Expand Down

0 comments on commit b47c389

Please sign in to comment.