Skip to content

Commit

Permalink
Use extra instead of playground
Browse files Browse the repository at this point in the history
  • Loading branch information
johngrimes committed Oct 8, 2024
1 parent 013a8b5 commit 672a9ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,10 @@ jobs:
bun install
bun run prepare
bun run build
# Copy test_report output to the playground directory in the base content
# Copy test_report output to the extra directory in the base content
- run: |
mkdir -p base_content/playground
cp -R current_branch/test_report/public/* base_content/playground/
mkdir -p base_content/extra
cp -R current_branch/test_report/public/* base_content/extra/
# Build IG and output to ig/latest directory
- name: Build IG
Expand Down

0 comments on commit 672a9ff

Please sign in to comment.