Skip to content

Commit

Permalink
fix pages deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
nbren12 committed May 29, 2024
1 parent 0e31b59 commit f9d84d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/push_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ function cleanup {
echo "Cleaning up worktree"
git worktree remove --force /tmp/earth2grid-pages
}
git worktree add pages /tmp/earth2grid-pages
git worktree add /tmp/earth2grid-pages pages
trap cleanup EXIT

rsync -av --delete --exclude ".git" docs/_build/html/ /tmp/earth2grid-pages/
Expand Down

0 comments on commit f9d84d4

Please sign in to comment.