Skip to content

Commit 507dbb5

Browse files
committed
command fix
1 parent c600632 commit 507dbb5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/staging.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ jobs:
5959
run: |
6060
npm -g install gh-pages@2.2.0
6161
gh-pages -d gh-pages -x \
62-
--repo "git@github.com/redhat-developer-docs/knative-tutorial-staging"
63-
--dotfiles
62+
--repo "git@github.com/redhat-developer-docs/knative-tutorial-staging" \
63+
--dotfiles \
6464
-m "Staging Publish"

0 commit comments

Comments
 (0)