Skip to content

Commit

Permalink
Update createIndexesfromMarkdown.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zer0Kerbal committed Jul 10, 2022
1 parent f531427 commit 465c062
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/createIndexesfromMarkdown.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 1.0.2.1
# 1.0.3.0
# created: 05 Feb 2022
# updated: 18 Mar 2022
# updated: 09 Jul 2022
# Create Indexes from Markdown
# https://github.com/DaanV2/Markdown-Action-Create-Indexes

Expand All @@ -19,16 +19,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: DaanV2/Markdown-Action-Create-Indexes@v1.6.0
- uses: DaanV2/Markdown-Action-Create-Indexes@v1.7.0
with:
folder: ${{github.workspace}}/docs/

- name: Commit changes
continue-on-error: true
run: |
cd ${{github.workspace}}
git config --global user.email "Bot@Example.com"
git config --global user.name "DaanV2 Bot"
git config --global user.email "[email protected].com"
git config --global user.name "zer0Kerbal"
git add .
git commit -m "auto: Generated markdown indexes"
git push
git push

0 comments on commit 465c062

Please sign in to comment.