Skip to content

Commit

Permalink
Deploy: upload bootstrap icons zip
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR authored and mdo committed Sep 12, 2023
1 parent b442399 commit 26a4b76
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/deploy.yml
Expand Up @@ -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:
Expand All @@ -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')
Expand Down

0 comments on commit 26a4b76

Please sign in to comment.