Skip to content

Commit

Permalink
try getting full path...
Browse files Browse the repository at this point in the history
  • Loading branch information
srliao committed Apr 11, 2024
1 parent ae6896b commit 7fac05d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,14 @@ jobs:
- name: List UI dist
working-directory: ./gcsim/ui/packages/embed/dist
shell: bash
run: ls -lh
run: |
pwd
ls -lh
- name: checkout current repo
uses: actions/checkout@v3
- name: move dist into current repo folder
run: |
pwd
mkdir ./cmd/preview/dist
mv ./gcsim/ui/packages/embed/dist/* ./cmd/preview/dist
ls -lh ./cmd/preview
Expand Down

0 comments on commit 7fac05d

Please sign in to comment.