diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index 766f3e9..bf38d1e 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -50,9 +50,6 @@ jobs: with: fetch-depth: 0 submodules: true - - name: Setup latest rust compiler (Nightly) - run: | - curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly -y - name: Document run: | cargo doc -vv || exit 1