-
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.
Run more continuous integration configurations
- Loading branch information
1 parent
d1a03f7
commit 8458f20
Showing
5 changed files
with
25 additions
and
8 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
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 |
---|---|---|
|
@@ -2,13 +2,13 @@ | |
name: README | ||
on: | ||
push: | ||
branches: | ||
- 'main' | ||
paths: | ||
- 'HEADER.md' | ||
- 'docs/src/index.md' | ||
- 'docs/src/assets/logo.svg' | ||
- '.github/workflows/readme.yml' | ||
branches: | ||
- main | ||
jobs: | ||
build: | ||
runs-on: ubuntu-latest | ||
|
@@ -19,5 +19,5 @@ jobs: | |
- run: | | ||
git config user.name github-actions | ||
git config user.email [email protected] | ||
git diff --quiet || (git add . && git commit -m "Regenerate \`README.md\`") | ||
git diff --quiet || (git add . && git commit -m "Regenerate README.md") | ||
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