Skip to content

Commit

Permalink
Update pages deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubenicos committed Jun 13, 2024
1 parent 9fd2399 commit e38924e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v3

- name: Deploy default docs to Github repository
uses: JamesIves/github-pages-deploy-action@v4.4.1
uses: JamesIves/github-pages-deploy-action@v4.6.1
with:
folder: docs/default
ssh-key: ${{ secrets.DOCS_DEPLOY_KEY }}
Expand All @@ -23,7 +23,7 @@ jobs:
target-folder: docs/rtag

- name: Deploy ES docs to Github repository
uses: JamesIves/github-pages-deploy-action@v4.4.1
uses: JamesIves/github-pages-deploy-action@v4.6.1
with:
folder: docs/es
ssh-key: ${{ secrets.DOCS_DEPLOY_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/javadoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
shell: bash

- name: Deploy javadoc to Github repository
uses: JamesIves/github-pages-deploy-action@v4.4.1
uses: JamesIves/github-pages-deploy-action@v4.6.1
with:
folder: build/docs/all-javadoc
ssh-key: ${{ secrets.DEPLOY_KEY }}
Expand Down

0 comments on commit e38924e

Please sign in to comment.