Skip to content

Commit

Permalink
chore: add debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
hua0512 committed Nov 7, 2024
1 parent 56fe481 commit c4150bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ jobs:
fetch-depth: 0 # Not needed if lastUpdated is not enabled
- name: Fetch additional docs
run: |
pwd
git clone --depth 1 https://github.com/stream-rec/stream-rec-frontend.git temp-docs
ls -la
cp -r temp-docs/docs/* docs/public/
rm -rf temp-docs
- name: Setup Node
Expand Down

0 comments on commit c4150bf

Please sign in to comment.