We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8befac3 commit 1f5ef63Copy full SHA for 1f5ef63
.github/workflows/deploy-docs.yml
@@ -19,7 +19,7 @@
19
},
20
{
21
"name": "Deploy latest docs",
22
- "uses": "JamesIves/github-pages-deploy-action@releases/v3",
+ "uses": "JamesIves/github-pages-deploy-action@3.7.1",
23
"with": {
24
"GITHUB_TOKEN": "${{ secrets.GITHUB_TOKEN }}",
25
"BRANCH": "gh-pages",
.github/workflows/release.yml
@@ -27,7 +27,7 @@
27
28
29
"name": "Deploy stable docs",
30
31
32
33
0 commit comments