diff --git a/.github/workflows/build-docs.yml b/.github/workflows/build-docs.yml index 756da89..ee38dfc 100644 --- a/.github/workflows/build-docs.yml +++ b/.github/workflows/build-docs.yml @@ -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