Skip to content

Commit

Permalink
fix: grid copy resources from repo (#614)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronkvanmeerten authored Aug 23, 2023
1 parent e40c42b commit ac4f136
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/grid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
fileName: "FourPeople_1280x720_30.y4m"
tag: "example-video-source"
-
name: Create resources directory
run: mkdir -p doc/grid/resources
name: Copy in resources directory
run: cp -r resources doc/grid
-
name: Copy video resources
run: cp FourPeople_1280x720_30.y4m doc/grid/resources
Expand Down

0 comments on commit ac4f136

Please sign in to comment.