diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 61f41532a..5994e4716 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -101,11 +101,11 @@ jobs: uses: actions/download-artifact@v4 with: name: exported-docs + path: build-docs - name: overlay docs changes and push run: | set -x - mv exported_docs.zip build-docs/. cd build-docs ./doimport.sh rm exported_docs.zip diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index f76fc2825..23105cad5 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -217,11 +217,11 @@ jobs: uses: actions/download-artifact@v4 with: name: exported-docs + path: build-docs - name: overlay docs changes and push run: | set -x - mv exported_docs.zip build-docs/. cd build-docs ./doimport.sh rm exported_docs.zip diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f677db64f..87427907f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -213,11 +213,11 @@ jobs: uses: actions/download-artifact@v4 with: name: exported-docs + path: build-docs - name: overlay docs changes and push run: | set -x - mv exported_docs.zip build-docs/. cd build-docs ./doimport.sh rm exported_docs.zip