Skip to content

Commit b4e4998

Browse files
committed
Remove staging of benchmark artifacts in GitHub Actions workflow
- Eliminated the step for staging benchmark artifacts in the release workflow to streamline the process and reduce redundancy. - This change focuses on improving the efficiency of the deployment pipeline for GitHub Pages.
1 parent 7ead567 commit b4e4998

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,6 @@ jobs:
4040
with:
4141
source: ./docs
4242
destination: ./_site
43-
- name: Stage benchmark artifacts for Pages
44-
run: |
45-
mkdir -p _site/benchmarks/${RELEASE_TAG}
46-
mkdir -p _site/benchmarks/latest
47-
cp -R target/criterion/. _site/benchmarks/${RELEASE_TAG}/
48-
cp -R target/criterion/. _site/benchmarks/latest/
4943
- name: Upload GitHub Pages artifact
5044
uses: actions/upload-pages-artifact@v3
5145
with:

0 commit comments

Comments
 (0)