Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions .github/workflows/render-all-branches.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Publish multi-branch docs

on:
push:
branches:
- "**"
workflow_dispatch:

permissions:
contents: read
pages: write
id-token: write

jobs:
publish:
uses: shielded-nate/multi-branch-pages/.github/workflows/publish-multi-branch-pages.yml@main
with:
branch_whitelist: "*"
render_command: nix develop --command make all-zips
render_output_dir: rendered/
Loading