We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dbee0a commit 6b4f9b6Copy full SHA for 6b4f9b6
1 file changed
.github/workflows/staging.yml
@@ -58,7 +58,8 @@ jobs:
58
working-directory: "${{ github.workspace }}/knative-tutorial-staging"
59
run: |
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 true \
64
- -m "Publish Staging Site, Build run: ${{github.run_number}} "
+ touch $SITE_DIR/.nojekyll
+ gh-pages --dist=gh-pages \
+ --repo="git@github.com:redhat-developer-docs/knative-tutorial-staging.git" \
+ --dotfiles='true' \
65
+ --message="Publish Staging Site, Build run: ${{github.run_number}} "
0 commit comments