Fixes for docs pipeline (#2822)
This commit is contained in:
Родитель
ffab4758db
Коммит
44296e7e6e
|
@ -67,12 +67,11 @@ jobs:
|
|||
- name: Push content
|
||||
run: |
|
||||
cd site/
|
||||
git config advice.addIgnoredFile false
|
||||
git config user.name github-actions
|
||||
git config user.email '41898282+github-actions[bot]@users.noreply.github.com'
|
||||
git add *
|
||||
git add .
|
||||
git commit -m "deploy ${{ github.sha }}"
|
||||
git push
|
||||
git push --force
|
||||
|
||||
deploy:
|
||||
name: Deploy pages
|
||||
|
|
Загрузка…
Ссылка в новой задаче