Skip to content

Commit

Permalink
Revert "Deploy: upload bootstrap icons zip" (#1816)
Browse files Browse the repository at this point in the history
This reverts commit 26a4b76.
  • Loading branch information
XhmikosR committed Sep 14, 2023
1 parent f1d5530 commit 80a966c
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,6 @@ 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 @@ -48,7 +41,7 @@ jobs:
publish_branch: gh-pages
publish_dir: ./_site/

publish-docs:
publish:
needs: build
runs-on: ubuntu-latest
if: github.repository == 'twbs/icons' && startsWith(github.ref, 'refs/tags/v')
Expand Down

0 comments on commit 80a966c

Please sign in to comment.