-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #166 from zer0Kerbal/2.0.99.4-prerelease
Version 2.0.99.4-prerelease - `<Thank you NecroBones>` edition
- Loading branch information
Showing
83 changed files
with
1,684 additions
and
1,493 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
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 |
---|---|---|
|
@@ -22,21 +22,21 @@ jobs: | |
build: | ||
runs-on: ubuntu-latest | ||
steps: | ||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it | ||
- uses: actions/checkout@main | ||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it | ||
- uses: actions/checkout@main | ||
|
||
# Runs a single command using the runners shell | ||
- uses: DaanV2/Markdown-Action-Create-Indexes@main | ||
with: | ||
folder: ${{github.workspace}}/docs/ | ||
filename: index.md | ||
- uses: DaanV2/Markdown-Action-Create-Indexes@main | ||
with: | ||
folder: ${{github.workspace}}/docs/ | ||
filename: index.md | ||
|
||
- name: Commit changes | ||
continue-on-error: true | ||
run: | | ||
cd ${{github.workspace}} | ||
git config --global user.email "[email protected]" | ||
git config --global user.name "zer0Kerbal" | ||
git add . | ||
git commit -m "auto: Generated markdown indexes" | ||
git push | ||
- name: Commit changes | ||
continue-on-error: true | ||
run: | | ||
cd ${{github.workspace}} | ||
git config --global user.email "[email protected]" | ||
git config --global user.name "zer0Kerbal" | ||
git add . | ||
git commit -m "auto: Generated markdown indexes" | ||
git push |
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
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
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
Oops, something went wrong.