Skip to content

Commit

Permalink
Merge pull request #93 from NYUCCL/mime-types
Browse files Browse the repository at this point in the history
Make .htaccess file and add mime type
  • Loading branch information
gureckis authored Jan 13, 2024
2 parents c33042a + 8026c82 commit 6378109
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 6378109

Please sign in to comment.