Skip to content

Commit 26a4b76

Browse files
XhmikosRmdo
authored andcommitted
Deploy: upload bootstrap icons zip
1 parent b442399 commit 26a4b76

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,13 @@ jobs:
3333
- name: Prepare release
3434
run: npm run release
3535

36+
- name: Upload icons zip
37+
uses: actions/upload-artifact@v3
38+
with:
39+
name: docs
40+
path: ./bootstrap-icons-*.zip
41+
if-no-files-found: error
42+
3643
- name: Deploy docs
3744
uses: peaceiris/actions-gh-pages@v3
3845
with:
@@ -41,7 +48,7 @@ jobs:
4148
publish_branch: gh-pages
4249
publish_dir: ./_site/
4350

44-
publish:
51+
publish-docs:
4552
needs: build
4653
runs-on: ubuntu-latest
4754
if: github.repository == 'twbs/icons' && startsWith(github.ref, 'refs/tags/v')

0 commit comments

Comments
 (0)