Skip to content

Commit f113870

Browse files
ci(docs): fix pages-deploy-action version (#304)
1 parent 330951e commit f113870

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
retention-days: 7
3737
- name: Deploy to pages
3838
if: ${{ github.ref_name == 'main' || github.event_name == 'release'}}
39-
uses: JamesIves/github-pages-deploy-action@github-pages-deploy-action # 4.5.0
39+
uses: JamesIves/github-pages-deploy-action@65b5dfd4f5bcd3a7403bbc2959c144256167464e # 4.5.0
4040
with:
4141
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4242
BRANCH: gh-pages

0 commit comments

Comments
 (0)