⚒️ Update build-docs.yml, do not zip docs (#645)
This commit is contained in:
parent
6a4c5d9b34
commit
be5b1f14f3
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build-docs.yml
vendored
4
.github/workflows/build-docs.yml
vendored
|
@ -70,8 +70,8 @@ jobs:
|
|||
- name: Build Docs with Insiders
|
||||
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.fork == false
|
||||
run: python -m mkdocs build --config-file mkdocs.insiders.yml
|
||||
- name: Zip docs
|
||||
run: bash ./scripts/zip-docs.sh
|
||||
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: docs-site
|
||||
|
|
Loading…
Reference in a new issue