]> git.lizzy.rs Git - rust.git/blobdiff - .github/workflows/rustdoc.yaml
Auto merge of #13441 - Veykril:sysroot-logging, r=Veykril
[rust.git] / .github / workflows / rustdoc.yaml
index 897f64df04b3ceff460904911da199c16261d5b4..05f3e254e5f5aa5e0a10c643dd720be7dc6f0f58 100644 (file)
@@ -12,19 +12,15 @@ env:
 
 jobs:
   rustdoc:
+    if: github.repository == 'rust-lang/rust-analyzer'
     runs-on: ubuntu-latest
 
     steps:
     - name: Checkout repository
-      uses: actions/checkout@v2
+      uses: actions/checkout@v3
 
     - name: Install Rust toolchain
-      uses: actions-rs/toolchain@v1
-      with:
-        toolchain: stable
-        profile: minimal
-        override: true
-        components: rustfmt, rust-src
+      run: rustup update --no-self-update stable
 
     - name: Build Documentation
       run: cargo doc --all --no-deps