Skip to content

Commit

Permalink
Good old --force
Browse files Browse the repository at this point in the history
  • Loading branch information
achabotl committed Mar 6, 2024
1 parent e8695dc commit 8ba78f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ jobs:
git config user.email "[email protected]"
timestamp=$(date -u +%FT%T%z)
ghp-import -m "Generate Pelican site ${timestamp}" --no-history --branch gh-pages output
git push --force-with-lease origin gh-pages
git push --force origin gh-pages

0 comments on commit 8ba78f4

Please sign in to comment.