diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 87d96d7..3b00b61 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -24,8 +24,11 @@ jobs: run: | dotnet workload install wasm-tools dotnet publish --configuration Release + + - name: Change base-tag + run: sed -i 's///g' $PUBLISH_FOLDER/index.html - - name: copy index.html to 404.html + - name: Copy index.html to 404.html run: cp $PUBLISH_FOLDER/index.html $PUBLISH_FOLDER/404.html - name: Add .nojekyll file