Skip to content

Commit eff9acf

Browse files
committed
touche finale
1 parent 6b4f9b6 commit eff9acf

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/staging.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
uses: actions/checkout@v2
3535
with:
3636
repository: redhat-developer-docs/knative-tutorial-staging
37-
ref: 'gh-pages'
3837
path: knative-tutorial-staging
3938
- name: Install SSH Client
4039
uses: webfactory/ssh-agent@v0.2.0
@@ -59,7 +58,7 @@ jobs:
5958
run: |
6059
npm -g install gh-pages@2.2.0
6160
touch $SITE_DIR/.nojekyll
62-
gh-pages --dist=gh-pages \
61+
gh-pages --dist=$SITE_DIR \
6362
--repo="git@github.com:redhat-developer-docs/knative-tutorial-staging.git" \
6463
--dotfiles='true' \
6564
--message="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: https://redhat-developer-docs.github.io/knative-tutorial-staging
6+
url: http://redhat-developer-docs.github.io/knative-tutorial-staging
77
start_page: knative-tutorial::index.adoc
88

99
content:

0 commit comments

Comments
 (0)