Skip to content

Commit

Permalink
ci: lock github-pages-deploy-action to v4.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hoc081098 authored Sep 28, 2024
1 parent ff5dc16 commit d3bacd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jobs:

- name: Deploy docs 🚀 to website
if: ${{ github.ref == 'refs/heads/master' && github.repository == 'hoc081098/FlowExt' && matrix.os == 'macos-14' }}
uses: JamesIves/[email protected].6
uses: JamesIves/[email protected].4
with:
branch: gh-pages # The branch the action should deploy to.
folder: build/dokka/html # The folder the action should deploy.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:

- name: Deploy docs 🚀 to website
if: ${{ matrix.os == 'macos-14' }}
uses: JamesIves/[email protected].6
uses: JamesIves/[email protected].4
with:
branch: gh-pages # The branch the action should deploy to.
folder: build/dokka/html # The folder the action should deploy.
Expand Down

0 comments on commit d3bacd7

Please sign in to comment.