Skip to content

Commit

Permalink
Clean before cloning
Browse files Browse the repository at this point in the history
  • Loading branch information
1ec5 committed Aug 22, 2024
1 parent 8b2b33d commit 45a2c8e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ jobs:
- name: Install and Build PR Branch 🔧
# TODO: when we move shieldlib to its own repo, move shieldlib docs CI also
run: |
npm install --include=dev
npm ci --include=dev
rm -rf maplibre-gl-js
git clone https://github.com/1ec5/maplibre-gl-js.git --branch=complex-text-50 --depth=10
git log -n 5
cd maplibre-gl-js/
Expand Down

0 comments on commit 45a2c8e

Please sign in to comment.