Skip to content

Commit a65edd4

Browse files
committed
Chore: Pipeline
1 parent 4c487e5 commit a65edd4

File tree

2 files changed

+4
-48
lines changed

2 files changed

+4
-48
lines changed

.github/workflows/main-release-webapi.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -160,17 +160,17 @@ jobs:
160160
git clone https://x-access-token:${GITHUB_TOKEN}@github.com/jonathanperis/rinha2-back-end-bora-dale-xgh.git repo-temp
161161
cd repo-temp
162162
163-
# Create the destination folder under docs/gh-pages/reports
164-
mkdir -p docs/gh-pages/reports
163+
# Create the destination folder under docs/reports
164+
mkdir -p docs/reports
165165
166166
# Copy and rename the stress test report into the destination folder
167-
cp ../prod/conf/stress-test/reports/stress-test-report.html docs/gh-pages/reports/${REPORT_NAME}
167+
cp ../prod/conf/stress-test/reports/stress-test-report.html docs/reports/${REPORT_NAME}
168168
169169
# Configure Git user
170170
git config user.name "github-actions[bot]"
171171
git config user.email "github-actions[bot]@users.noreply.github.com"
172172
173173
# Stage, commit, and push the changes to the main branch of the repository
174-
git add docs/gh-pages/reports/${REPORT_NAME}
174+
git add docs/reports/${REPORT_NAME}
175175
git commit -m "Deploy stress test report as ${REPORT_NAME} to GitHub Pages (committed into main)"
176176
git push origin main

docs/gh-pages/reports/stress-test-report-20250309180315.html

Lines changed: 0 additions & 44 deletions
This file was deleted.

0 commit comments

Comments
 (0)