Skip to content

Commit

Permalink
chore: deployワークフローを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
jiro4989 committed Oct 20, 2020
1 parent 795b70d commit d121b81
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@ jobs:
- uses: actions/checkout@v2

- name: Build assets
run: docker run --rm -v $PWD/websh_front:/work -t base nimble build -Y
run: |
docker build --target base -t base .
docker run --rm -v $PWD/websh_front:/work -t base nimble build -Y
- name: Create artifact
run: |
Expand Down

0 comments on commit d121b81

Please sign in to comment.