Skip to content

Commit

Permalink
update data assets
Browse files Browse the repository at this point in the history
  • Loading branch information
chanwutk committed Jul 28, 2024
1 parent 3d2df70 commit 6f6b2a7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ jobs:
--privacy="HIDDEN:spatialyze.video_processor.modules" \
--privacy="HIDDEN:spatialyze.video_processor.stages" \
./spatialyze || true
- name: Copy Assets
run: |
mkdir -p docs/data
cp -r data/assets docs/data
- name: Build with Jekyll
if: always()
# Outputs to the './_site' directory by default
Expand Down

0 comments on commit 6f6b2a7

Please sign in to comment.