We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1a5a7c commit 4dbee0aCopy full SHA for 4dbee0a
2 files changed
.github/workflows/staging.yml
@@ -60,5 +60,5 @@ jobs:
60
npm -g install gh-pages@2.2.0
61
gh-pages -d gh-pages \
62
--repo "git@github.com:redhat-developer-docs/knative-tutorial-staging.git" \
63
- --dotfiles \
64
- -m "Staging Publish"
+ --dotfiles true \
+ -m "Publish Staging Site, Build run: ${{github.run_number}} "
staging.yaml
@@ -3,7 +3,7 @@ runtime:
3
4
site:
5
title: Knative Tutorial(Staging)
6
- url: http://redhat-developer-docs.github.io/knative-tutorial/
+ url: https://redhat-developer-docs.github.io/knative-tutorial-staging
7
start_page: knative-tutorial::index.adoc
8
9
content:
0 commit comments