From 8026c82be07118c4aaa502cc25499b7564a1a4ee Mon Sep 17 00:00:00 2001 From: le-gris Date: Sat, 13 Jan 2024 17:59:45 -0500 Subject: [PATCH] add .htaccess file creation job --- .github/workflows/deploy-hash.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/deploy-hash.yml b/.github/workflows/deploy-hash.yml index d9b6514..923c809 100644 --- a/.github/workflows/deploy-hash.yml +++ b/.github/workflows/deploy-hash.yml @@ -175,6 +175,10 @@ jobs: remote_user: ${{ secrets.EXP_DEPLOY_USER }} remote_key: ${{ secrets.EXP_DEPLOY_KEY }} + # make .htaccess file and add wasm mime type + - name: create the .htaccess file and add the wasm mime type + run: echo "AddType application/wasm wasm" > dist/.htaccess + # send a notification at the end - name: Send notification to lab slack env: