* tabs are hard

* run on dispatch

* avoid pipe

* Remove indentations.

* Chatgpt is not smart

---------

Co-authored-by: Jack He <jackhe@microsoft.com>
This commit is contained in:
Jack He (Github) 2023-09-20 11:28:36 -07:00 коммит произвёл GitHub
Родитель 925ebe46fd
Коммит f9d26ac7c0
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 4 добавлений и 6 удалений

10
.github/workflows/publish-docfx.yml поставляемый
Просмотреть файл

@ -43,10 +43,8 @@ jobs:
- run: ./scripts/generate-docfx-yml.ps1 ./docs
shell: pwsh
- run: docfx docfx.json
- run: chmod +x ./scripts/update-docfx-site.ps1
- name: Commit Changes
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
run: |
chmod +x ./scripts/update-docfx-site.ps1
./scripts/update-docfx-site.ps1
shell: pwsh
if: (github.event_name == 'push' && github.ref == 'refs/heads/main') || (github.event_name == 'workflow_dispatch')
run: ./scripts/update-docfx-site.ps1
shell: pwsh