We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 043027d commit 72aa6b1Copy full SHA for 72aa6b1
.github/workflows/build_release.yml
@@ -32,8 +32,6 @@ jobs:
32
- docker compose run --rm node yarn install
33
- docker compose run --rm node yarn build
34
- docker compose run --rm node rm -rf node_modules
35
- # Ensure everything is owned by runner
36
- - sudo chown -R ${{ COMPOSE_USER }}:${{ COMPOSE_USER }} web
37
38
- name: Make assets dir
39
run: |
0 commit comments