Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wqcstrong committed Dec 27, 2023
1 parent 36537cf commit 1b0d634
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ jobs:
run: |
yarn run build:client
cp -r dist backend/dist
ls -l dist/page-spy
echo "打印 dist 目录"
ls dist/page-spy
- name: Log in to the Container registry
uses: docker/login-action@v2
Expand Down

0 comments on commit 1b0d634

Please sign in to comment.