Skip to content

Commit

Permalink
ci: force-push .nojekyll to force re-deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Lewiscowles1986 committed Mar 31, 2024
1 parent 23ce151 commit e84938a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,10 @@ jobs:
publish_dir: docs/_build/html
destination_dir: ./
keep_files: true
- name: force-redeployment
run: |
git checkout gh-pages
git pull --ff-only
touch .nojekyll
git add -f .nojekyll
git commit -am message --author=.

0 comments on commit e84938a

Please sign in to comment.