diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml
index c961d00..4152d68 100644
--- a/.github/workflows/playwright.yml
+++ b/.github/workflows/playwright.yml
@@ -153,7 +153,7 @@ jobs:
Playwright Traces
" > deploy-zip-files/index.html
find deploy-zip-files/ -name 'trace.zip' -type f | while read file; do
relpath=${file#deploy-zip-files/}
- url="https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}/$relpath"
+ url="https://${{ github.repository_owner }}.github.io/LLM-Generated-web-and-Playwright-E2E-Testing/$relpath"
trace_url="https://trace.playwright.dev/?trace=$url"
echo "- $relpath
" >> deploy-zip-files/index.html
done
@@ -163,4 +163,4 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: deploy-zip-files/
- keep_files: true
\ No newline at end of file
+ keep_files: true