Fix failing build

roadmap/copy
Kamran Ahmed 1 year ago
parent 18c8bd14b2
commit 93a91b1d9b
  1. 2
      .github/workflows/deploy.yml

@ -21,7 +21,7 @@ jobs:
node-version: 18
- name: Prepare Draw Repository
run: |
git clone https://${{ secrets.PAT }}@github.com/roadmapsh/web-draw.git .temp/web-draw --depth 1
git clone https://${{ secrets.GITHUB_TOKEN }}@github.com/roadmapsh/web-draw.git .temp/web-draw --depth 1
- uses: pnpm/action-setup@v2.2.2
with:
version: 7.13.4

Loading…
Cancel
Save