Skip to content

Commit

Permalink
⚒️ Update build-docs.yml, do not zip docs (#645)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed Aug 1, 2023
1 parent 6a4c5d9 commit be5b1f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit be5b1f1

Please sign in to comment.