mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-05-30 21:37:39 -04:00
feat(docs): use workflow for version docs generation
This commit is contained in:
parent
e29cec64e4
commit
6238fab9e6
96 changed files with 50 additions and 6822 deletions
|
|
@ -53,11 +53,11 @@ jobs:
|
|||
python3 ./.github/scripts/generate-nix-options-docs.py \
|
||||
/tmp/nixos-raw.md \
|
||||
/tmp/hm-raw.md \
|
||||
docs/nix-options.md
|
||||
'docs/nix-options.md'
|
||||
|
||||
- name: Auto-commit changes
|
||||
uses: stefanzweifel/git-auto-commit-action@v5
|
||||
with:
|
||||
commit_message: "docs: auto-generate Nix module options"
|
||||
file_pattern: 'docs/*-options.md'
|
||||
file_pattern: 'docs/nix-options.md'
|
||||
branch: ${{ github.head_ref }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue