We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c600632 commit 507dbb5Copy full SHA for 507dbb5
1 file changed
.github/workflows/staging.yml
@@ -59,6 +59,6 @@ jobs:
59
run: |
60
npm -g install gh-pages@2.2.0
61
gh-pages -d gh-pages -x \
62
- --repo "git@github.com/redhat-developer-docs/knative-tutorial-staging"
63
- --dotfiles
+ --repo "git@github.com/redhat-developer-docs/knative-tutorial-staging" \
+ --dotfiles \
64
-m "Staging Publish"
0 commit comments