From 26a4b76ce8e643993ca0529a4c51888df1bef7bd Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Wed, 26 Apr 2023 23:02:44 +0300 Subject: [PATCH] Deploy: upload bootstrap icons zip --- .github/workflows/deploy.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c203bbce72..e59843178f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -33,6 +33,13 @@ jobs: - name: Prepare release run: npm run release + - name: Upload icons zip + uses: actions/upload-artifact@v3 + with: + name: docs + path: ./bootstrap-icons-*.zip + if-no-files-found: error + - name: Deploy docs uses: peaceiris/actions-gh-pages@v3 with: @@ -41,7 +48,7 @@ jobs: publish_branch: gh-pages publish_dir: ./_site/ - publish: + publish-docs: needs: build runs-on: ubuntu-latest if: github.repository == 'twbs/icons' && startsWith(github.ref, 'refs/tags/v')