diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2a57a6412..23d254e42 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -147,8 +147,12 @@ jobs: command: doc args: --all + - name: Create index.html + run: | + echo "" > ./target/doc/index.html + - name: Deploy documentation uses: peaceiris/actions-gh-pages@v3 with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./target/doc/rust_cast + publish_dir: ./target/doc