diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index bc89083f..485546ad 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -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: