Skip to content

Handle static assets and internal fetch() correctly in Netlify edge f… #478

Handle static assets and internal fetch() correctly in Netlify edge f…

Handle static assets and internal fetch() correctly in Netlify edge f… #478

Workflow file for this run

name: 📜 Docs
on:
push:
branches:
- main
env:
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
jobs:
docs:
name: "📜 Deploy Docs"
strategy:
fail-fast: false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: pnpm/[email protected]
with:
version: 8
- name: Use Node.js 18
uses: actions/setup-node@v3
with:
node-version: 18
cache: "pnpm"
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Build docs
run: pnpm run docs:build
- run: npx wrangler publish