Skip to content

Commit 1f5ef63

Browse files
Update github-pages-deploy-action in docs pipeline
Signed-off-by: Robbie Harwood <rharwood@redhat.com>
1 parent 8befac3 commit 1f5ef63

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
{
2121
"name": "Deploy latest docs",
22-
"uses": "JamesIves/github-pages-deploy-action@releases/v3",
22+
"uses": "JamesIves/github-pages-deploy-action@3.7.1",
2323
"with": {
2424
"GITHUB_TOKEN": "${{ secrets.GITHUB_TOKEN }}",
2525
"BRANCH": "gh-pages",

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
{
2929
"name": "Deploy stable docs",
30-
"uses": "JamesIves/github-pages-deploy-action@releases/v3",
30+
"uses": "JamesIves/github-pages-deploy-action@3.7.1",
3131
"with": {
3232
"GITHUB_TOKEN": "${{ secrets.GITHUB_TOKEN }}",
3333
"BRANCH": "gh-pages",

0 commit comments

Comments
 (0)