Skip to content

Commit

Permalink
Commit changes after document changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Fish committed Sep 6, 2024
1 parent 416222c commit a4d23de
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/README from docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,7 @@ jobs:
echo "$template"
}
sub_doc_parts_from "$(sub_doc_parts_from "$(<template.md)" "sections")" "help">../README.md
- name: Push
uses: actions-x/commit@v6
with:
files: README.md
4 changes: 4 additions & 0 deletions .github/workflows/generate_help_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,7 @@ jobs:
python -m sim_recon.cli.parsing.otf '--help' >docs/help/sim_otf.txt
python -m sim_recon.cli.parsing.recon '--help' >docs/help/sim_recon.txt
python -m sim_recon.cli.parsing.otf_view '--help' >docs/help/otf_view.txt
- name: Push
uses: actions-x/commit@v6
with:
files: docs/help

0 comments on commit a4d23de

Please sign in to comment.