Skip to content

Commit 4dbee0a

Browse files
committed
adding build number and dotfiles to be true
1 parent e1a5a7c commit 4dbee0a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/staging.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,5 @@ jobs:
6060
npm -g install gh-pages@2.2.0
6161
gh-pages -d gh-pages \
6262
--repo "git@github.com:redhat-developer-docs/knative-tutorial-staging.git" \
63-
--dotfiles \
64-
-m "Staging Publish"
63+
--dotfiles true \
64+
-m "Publish Staging Site, Build run: ${{github.run_number}} "

staging.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ runtime:
33

44
site:
55
title: Knative Tutorial(Staging)
6-
url: http://redhat-developer-docs.github.io/knative-tutorial/
6+
url: https://redhat-developer-docs.github.io/knative-tutorial-staging
77
start_page: knative-tutorial::index.adoc
88

99
content:

0 commit comments

Comments
 (0)