From ab019cb9caab19270ce1214ef1f5b98aba09103a Mon Sep 17 00:00:00 2001 From: Colton Weaver Date: Fri, 12 Mar 2021 16:06:24 -0800 Subject: [PATCH] Update build.yml to fix docs generation --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c2b6161e..b49ddf81 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -93,7 +93,7 @@ jobs: - name: Generate Docs run: | cargo doc --no-deps - echo "" > target/doc/index.html + echo "" > target/doc/index.html - name: Publish uses: peaceiris/actions-gh-pages@v3 with: