Skip to content

Commit

Permalink
Revert "Remove redundant step to copy web dist to api/static in Docke…
Browse files Browse the repository at this point in the history
…r workflow."

This reverts commit a56e671.
  • Loading branch information
swuecho committed Aug 30, 2024
1 parent a56e671 commit c705070
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
npm install
npm run build
working-directory: web
- name: copy to api/static
run: |
cp -R web/dist/* api/static/
- name: Set up Go
uses: actions/setup-go@v3
with:
Expand Down

0 comments on commit c705070

Please sign in to comment.