diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index f42ce13c9..de4115d0d 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -37,11 +37,7 @@ jobs: fetch-depth: 0 - name: Install `rust` toolchain - uses: actions-rs/toolchain@v1 - with: - toolchain: stable - default: true - profile: minimal + uses: dtolnay/rust-toolchain@stable - name: Install `libacl` run: | @@ -158,4 +154,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v2 \ No newline at end of file + uses: actions/deploy-pages@v2