Skip to content

Commit 39a3abc

Browse files
authored
Merge pull request #119 from phbasler/dependabot/github_actions/JamesIves/github-pages-deploy-action-4.5.0
Bump JamesIves/github-pages-deploy-action from 4.4.3 to 4.5.0
2 parents 302e044 + 9123313 commit 39a3abc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/doc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: cmake
2626
run: mkdir build && cd build && cmake .. && cmake --build . -j${{ steps.cpu-cores.outputs.count }} -t doc
2727
- name: Deploy
28-
uses: JamesIves/github-pages-deploy-action@v4.4.3
28+
uses: JamesIves/github-pages-deploy-action@v4.5.0
2929
with:
3030
branch: gh-pages # The branch the action should deploy to.
3131
folder: build/html # The folder the action should deploy.

0 commit comments

Comments
 (0)