Skip to content

Commit 6b4f9b6

Browse files
committed
nojekyll to root repo
1 parent 4dbee0a commit 6b4f9b6

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/staging.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ jobs:
5858
working-directory: "${{ github.workspace }}/knative-tutorial-staging"
5959
run: |
6060
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}} "
61+
touch $SITE_DIR/.nojekyll
62+
gh-pages --dist=gh-pages \
63+
--repo="git@github.com:redhat-developer-docs/knative-tutorial-staging.git" \
64+
--dotfiles='true' \
65+
--message="Publish Staging Site, Build run: ${{github.run_number}} "

0 commit comments

Comments
 (0)