We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6df84a7 commit 0551989Copy full SHA for 0551989
2 files changed
.circleci/config.yml
@@ -127,8 +127,8 @@ jobs:
127
cd ..
128
rm -rf documentation
129
fi
130
- zip -r site-build.zip _site/
+ zip -r site-build-circleci.zip _site/
131
132
- store_artifacts:
133
- path: site-build.zip
134
- destination: site-build.zip
+ path: site-build-circleci.zip
+ destination: site-build-circleci.zip
.github/workflows/build.yml
@@ -54,10 +54,10 @@ jobs:
54
cp python/sitemap.xml _site/python/sitemap.xml
55
56
- name: Zip site
57
- run: zip -r site-build.zip _site/
+ run: zip -r site-build-github-actions.zip _site/
58
59
- name: Upload build artifact
60
uses: actions/upload-artifact@v4
61
with:
62
- name: site-build
63
+ name: site-build-github-actions
+ path: site-build-github-actions.zip
0 commit comments