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