Publish list of NixOS options on GitHub Pages 📝
This commit is contained in:
parent
159048c15d
commit
0ea346a423
6 changed files with 182 additions and 19 deletions
14
.github/workflows/docs.yml
vendored
Normal file
14
.github/workflows/docs.yml
vendored
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
name: Docs
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
pages:
|
||||
name: Pages
|
||||
uses: danth/coricamu/.github/workflows/pages.yml@755231f9591dd34d3d12fd508e76157f3edb7a89
|
||||
with:
|
||||
output_name: docs
|
||||
Loading…
Add table
Add a link
Reference in a new issue