File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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}} "
Original file line number Diff line number Diff line change 33
44site :
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
99content :
You can’t perform that action at this time.
0 commit comments