Compare commits

...
Sign in to create a new pull request.

2 commits

Author SHA1 Message Date
Julia Ryan
99498f6125
Add TODO 2025-08-22 09:29:31 -07:00
Julia Ryan
5b03b26e77
ci: Add nightly action to build gpui docs 2025-08-22 09:29:29 -07:00

View file

@ -286,6 +286,32 @@ jobs:
- name: Upload Zed Nightly
working-directory: ${{ env.ZED_WORKSPACE }}
run: script/upload-nightly.ps1 windows
gpui-docs:
timeout-minutes: 60
name: Render rust docs for gpui
if: github.repository_owner == 'zed-industries'
runs-on:
- buildjet-16vcpu-ubuntu-2004
needs: tests
steps:
- name: Checkout repo
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
clean: false
- name: Add Rust to the PATH
run: echo "$HOME/.cargo/bin" >> $GITHUB_PATH
- name: Install Linux dependencies
run: ./script/linux && ./script/install-mold 2.34.0
- name: Limit target directory size
run: script/clear-target-dir-if-larger-than 100
- name: Upload Zed Nightly
run: cargo doc -p gpui
# TODO: add upload-artifact step
update-nightly-tag:
name: Update nightly tag