Skip to content

Commit

Permalink
fix permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
trentfridey committed Aug 5, 2023
1 parent f296e42 commit 53c3744
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
--yes \
--platform=emscripten-32 \
--file web-environment.yaml
- name: Fix permissions
run: |
ls -l /root/micromamba/envs
chmod +rw /root/micromamba/envs/web
- name: Pack
run: |
mkdir -p ./public/empack && mkdir -p ./src/pyjs
Expand Down

0 comments on commit 53c3744

Please sign in to comment.