diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index b4f932f..022ebe7 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -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