Skip to content

Commit

Permalink
Remove contents of tmp build dir due to reordering of step. (#836)
Browse files Browse the repository at this point in the history
  • Loading branch information
misterdorito authored Oct 15, 2024
1 parent 1ee5b92 commit 5de8767
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions update_gh_pages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ git config --global user.name "$GITHUB_ACTOR"
git config --global user.email "${GITHUB_ACTOR}@bots.github.com"

echo "Creating a temporary directory to build"
rm -rf "$tmp_build_dir"
mkdir -p "$tmp_build_dir"


Expand Down

0 comments on commit 5de8767

Please sign in to comment.