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
887a50a54e
commit
8765f9b7c5
97 changed files with 53 additions and 6826 deletions
|
|
@ -53,11 +53,11 @@ jobs:
|
|||
python3 ./.github/scripts/generate-nix-options-docs.py \
|
||||
/tmp/nixos-raw.md \
|
||||
/tmp/hm-raw.md \
|
||||
'docs/(git)/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/**/nix-options.md'
|
||||
file_pattern: 'docs/nix-options.md'
|
||||
branch: ${{ github.head_ref }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue