move .nojekyll file

This commit is contained in:
Samuel Sadok
2020-09-29 11:54:25 +02:00
parent 56a6da5b4b
commit d12c17708f
+2 -2
View File
@@ -54,14 +54,14 @@ jobs:
bundle install && \
JEKYLL_ENV=production bundle exec jekyll build
"
touch .nojekyll
touch docs/.nojekyll
- name: Push to documentation branch
run: |
git config user.name "${GITHUB_ACTOR}"
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
git add -f docs/_site
git add -f .nojekyll
git add -f docs/.nojekyll
git commit -m "jekyll build from Action ${GITHUB_SHA}"
git push --force origin HEAD:${REMOTE_BRANCH}
env: