Skip to content

increase content width of docs section #18

increase content width of docs section

increase content width of docs section #18

Workflow file for this run

name: cloudflare pages
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Zig
uses: mlugg/setup-zig@v1
with:
version: 0.13.0
- name: Build
run: zig build --summary new
- name: Deploy
uses: cloudflare/pages-action@v1
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
projectName: zigtools-website
directory: ./zig-out
# Optional: Used for adding GitHub deployments support
githubToken: ${{ secrets.GITHUB_TOKEN }}