This commit is contained in:
Bernie White 2024-04-13 14:19:41 +10:00 коммит произвёл GitHub
Родитель ffab4758db
Коммит 44296e7e6e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 2 добавлений и 3 удалений

5
.github/workflows/docs.yaml поставляемый
Просмотреть файл

@ -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