From 8fd88aeae85932b8d9e9c67df0be3d01d499ce72 Mon Sep 17 00:00:00 2001 From: mat <27899617+mat-1@users.noreply.github.com> Date: Tue, 29 Nov 2022 18:57:27 -0600 Subject: [PATCH] fix doc yaml --- .github/workflows/doc.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml index d4a4e2bb..416cfb20 100644 --- a/.github/workflows/doc.yml +++ b/.github/workflows/doc.yml @@ -32,7 +32,7 @@ jobs: - uses: "finnp/create-file-action@master" env: FILE_NAME: "./target/doc/index.html" - FILE_DATA: '
' #Redirect to default page + FILE_DATA: '' # Redirect to default page - name: Setup Pages uses: actions/configure-pages@v2 @@ -42,4 +42,4 @@ jobs: path: './target/doc/' - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v1 \ No newline at end of file + uses: actions/deploy-pages@v1