Skip to content

Commit

Permalink
Update backlinks first, to include in TOC
Browse files Browse the repository at this point in the history
  • Loading branch information
umonkey committed Aug 5, 2024
1 parent 6ed51af commit 39ba296
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,17 @@ inputs:
runs:
using: "composite"
steps:
- name: "Update tables of contents"
- name: "Update backlinks"
run: |
python3 $ACTION_PATH/bin/update-tocs $INPUT_PATH/*.md
python3 $ACTION_PATH/bin/update-backlinks $INPUT_PATH/*.md
shell: bash
env:
INPUT_PATH: ${{ inputs.path }}
ACTION_PATH: ${{ github.action_path }}

- name: "Update backlinks"
- name: "Update tables of contents"
run: |
python3 $ACTION_PATH/bin/update-backlinks $INPUT_PATH/*.md
python3 $ACTION_PATH/bin/update-tocs $INPUT_PATH/*.md
shell: bash
env:
INPUT_PATH: ${{ inputs.path }}
Expand Down

0 comments on commit 39ba296

Please # to comment.