forked from Real-Gecko/KSP-SimpleConstruction
-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update createIndexesfromMarkdown.yml
- Loading branch information
1 parent
f531427
commit 465c062
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|
@@ -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 |