Skip to content

Commit

Permalink
Merge pull request #4 from AVAnnotate/lwj/vtt-support
Browse files Browse the repository at this point in the history
Support for VTT files
  • Loading branch information
lwjameson authored Oct 14, 2024
2 parents 7a886c2 + 17f9cc8 commit 6bc3ca2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
if: ${{ env.project_project_media_player == 'avannotate' }}
run: mkdir -p "./client/src/content"

- name: Copy data to contebnt directory
- name: Copy data to content directory
if: ${{ env.project_project_media_player == 'avannotate' }}
run: cp -r ./data/* ./client/src/content

Expand All @@ -72,6 +72,9 @@ jobs:
if: ${{ env.project_project_media_player == 'avannotate' }}
run: mv ./client/src/content/project.json ./client/src/content/project/project.json

- name: Copy any VTT files to public
run: cp -r ./data/vtt/* ./client/public

# Only publish when directed
- name: Setup Pages
if: ${{ env.project_publish_publish_pages_app == 'true' }}
Expand Down

0 comments on commit 6bc3ca2

Please sign in to comment.