зеркало из https://github.com/github/catalyst.git
feat: Ignore 'reference.json' (#94)
* feat: Ignore 'reference.json' * fix: Add ignored file using '-f' Docs: https://git-scm.com/docs/git-add#Documentation/git-add.txt--f
This commit is contained in:
Родитель
8b5c9174c2
Коммит
70852ee65f
|
@ -31,6 +31,6 @@ jobs:
|
|||
run: |
|
||||
git config --local user.email "actions@github.com"
|
||||
git config --local user.name "Actions Auto Build"
|
||||
git add docs/_data/reference.json
|
||||
git add -f docs/_data/reference.json
|
||||
git commit -m "docs: compile reference.json" || true
|
||||
git push --force origin HEAD:refs/heads/docs
|
||||
|
|
|
@ -4,3 +4,4 @@ _site
|
|||
lib/
|
||||
.jekyll-cache
|
||||
.lighthouseci
|
||||
docs/_data/reference.json
|
||||
|
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
Загрузка…
Ссылка в новой задаче