Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 468 Bytes

File metadata and controls

24 lines (16 loc) · 468 Bytes

Zig Workflows

Reusable workflows for building and deploying Zig documentation to GitHub Pages.

Usage Example

jobs:
  zig_docs:
    uses: EarthmanMuons/reusable-workflows/.github/workflows/deploy-github-pages-zig.yml@main

deploy-github-pages-zig.yml

Builds Zig documentation using zig test -femit-docs and deploys the generated docs to GitHub Pages.

Required permissions

  • pages: write
  • id-token: write