Skip to content

fix(opcodes): use correct bool repr (#109) #74

fix(opcodes): use correct bool repr (#109)

fix(opcodes): use correct bool repr (#109) #74

Workflow file for this run

name: Generate and Deploy Docs
on:
push:
branches: [main]
permissions: write-all
env:
ZIG_VERSION: 0.14.0-dev.1550+4fba7336a
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: goto-bus-stop/setup-zig@v2
with:
version: ${{ env.ZIG_VERSION }}
- run: zig build docs
- name: Deploy
if: ${{ github.ref == 'refs/heads/main' }} && steps.check_changes.outcome == 'success'
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: zig-out/docs