We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8a088b commit 7e7e6c8Copy full SHA for 7e7e6c8
README.md
@@ -44,7 +44,7 @@ action "master branch only" {
44
}
45
46
action "Deploy to gh-pages" {
47
- uses = "JamesIves/github-pages-deploy-action@access"
+ uses = "JamesIves/github-pages-deploy-action@master"
48
env = {
49
BRANCH = "gh-pages"
50
BUILD_SCRIPT = "npm install && npm run-script build"
0 commit comments