From 87acba51f837248c4baf8fb8502b98f8f3a9f09c Mon Sep 17 00:00:00 2001 From: Victor Berger Date: Sun, 19 Apr 2020 23:26:54 +0200 Subject: [PATCH] ci: fix doc index --- .github/workflows/docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index d34c80e..6f6f6f9 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -36,10 +36,10 @@ jobs: args: --no-deps --all-features - name: Setup index - run: cp ./doc_index.html ./target/doc/ + run: cp ./doc_index.html ./target/doc/index.html - name: Deploy uses: peaceiris/actions-gh-pages@v3 with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./target/doc \ No newline at end of file + publish_dir: ./target/doc