Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lwjameson committed Nov 11, 2024
1 parent 41aab55 commit da2d44f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/deploy-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,19 +43,15 @@ jobs:
run: npm install

- name: Ensure a content directory
if: ${{ env.project_project_media_player == 'avannotate' }}
run: mkdir -p "./client/src/content"

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

- name: Make a project directory if it does not exist
if: ${{ env.project_project_media_player == 'avannotate' }}
run: mkdir -p "./client/src/content/project"

- name: Move project.json file to project directory
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
Expand Down

0 comments on commit da2d44f

Please sign in to comment.