Skip to content

Commit 0551989

Browse files
committed
rename files
1 parent 6df84a7 commit 0551989

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@ jobs:
127127
cd ..
128128
rm -rf documentation
129129
fi
130-
zip -r site-build.zip _site/
130+
zip -r site-build-circleci.zip _site/
131131
132132
- store_artifacts:
133-
path: site-build.zip
134-
destination: site-build.zip
133+
path: site-build-circleci.zip
134+
destination: site-build-circleci.zip

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ jobs:
5454
cp python/sitemap.xml _site/python/sitemap.xml
5555
5656
- name: Zip site
57-
run: zip -r site-build.zip _site/
57+
run: zip -r site-build-github-actions.zip _site/
5858

5959
- name: Upload build artifact
6060
uses: actions/upload-artifact@v4
6161
with:
62-
name: site-build
63-
path: site-build.zip
62+
name: site-build-github-actions
63+
path: site-build-github-actions.zip

0 commit comments

Comments
 (0)