Skip to content

Commit

Permalink
Update update_index.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ccbaumler authored Feb 18, 2024
1 parent a12660c commit f5aad1b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update_index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
needs: [ conditional_job_check_files ]
if: ${{needs.conditional_job_check_files.outputs.docs_changed}} == 'True'
steps:
- name: Checkout Repo
- uses: actions/checkout@v4

- name: Extract Markdown links and update index.md
Expand All @@ -55,7 +56,7 @@ jobs:
git config user.name "github-actions[bot]"
git commit -am "Automated index.md update"
- name: Push changes
uses: ad-m/github-push-action@master
with:
Expand Down

0 comments on commit f5aad1b

Please sign in to comment.