Skip to content

Commit

Permalink
add .htaccess file creation job
Browse files Browse the repository at this point in the history
  • Loading branch information
Le-Gris committed Jan 13, 2024
1 parent c33042a commit 8026c82
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy-hash.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8026c82

Please sign in to comment.