File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed
Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change 1- name : Deploy Cond8 Docs Worker
1+ # π¦ .github/workflows/deploy.yml
2+ name : π Deploy to Cloudflare Workers
23
34on :
45 push :
78
89jobs :
910 deploy :
11+ name : π Build & Deploy
1012 runs-on : ubuntu-latest
1113
1214 steps :
13- - name : π¦ Checkout repo
15+ - name : π§Ύ Checkout
1416 uses : actions/checkout@v4
1517
16- - name : π Set up Node + pnpm
18+ - name : π¦ Setup pnpm
1719 uses : pnpm/action-setup@v2
1820 with :
1921 version : 8
2022
21- - name : π§° Install dependencies
23+ - name : π₯ Install Dependencies
2224 run : pnpm install
2325
24- - name : π οΈ Build docs
26+ - name : π οΈ Build Project
2527 run : pnpm run build
2628
27- - name : π Deploy to Cloudflare Workers
28- run : pnpm exec wrangler deploy
29+ - name : βοΈ Deploy to Cloudflare
2930 env :
3031 CLOUDFLARE_API_TOKEN : ${{ secrets.CLOUDFLARE_API_TOKEN }}
32+ run : pnpm exec wrangler deploy
You canβt perform that action at this time.
0 commit comments