Skip to content

Commit

Permalink
Remove redundant step to copy web dist to api/static in Docker workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
swuecho committed Aug 30, 2024
1 parent 550329c commit a56e671
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ 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 a56e671

Please sign in to comment.