Fix broken build

pull/5483/head
Kamran Ahmed 6 months ago
parent c9534b30f5
commit e9f5462180
  1. 1
      .github/workflows/rsync-ssr.yml

@ -35,6 +35,7 @@ jobs:
pnpm install
- name: Generate build
run: |
git clone https://${{ secrets.GH_PAT }}@github.com/roadmapsh/web-draw.git .temp/web-draw --depth 1
npm run generate-renderer
npm run build

Loading…
Cancel
Save