Skip to content

Commit

Permalink
chore: Update deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ittuann committed Aug 18, 2024
1 parent 190f1ee commit c0e7947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
git config --global user.name "github-actions[bot]"
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
LATEST_HASH=$(git rev-parse --short=7 HEAD)
git clone https://github.com/ittuann/Awesome-IntelligentCarRace.git pages
git clone https://github.com/ittuann/Route2CIDR.git pages
cd pages
git checkout gh-pages
if [[ "$(git ls-files)" ]]; then git rm -rf .; fi
Expand Down

0 comments on commit c0e7947

Please sign in to comment.