We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b442399 commit 26a4b76Copy full SHA for 26a4b76
.github/workflows/deploy.yml
@@ -33,6 +33,13 @@ jobs:
33
- name: Prepare release
34
run: npm run release
35
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
+
43
- name: Deploy docs
44
uses: peaceiris/actions-gh-pages@v3
45
with:
@@ -41,7 +48,7 @@ jobs:
48
publish_branch: gh-pages
49
publish_dir: ./_site/
50
- publish:
51
+ publish-docs:
52
needs: build
46
53
runs-on: ubuntu-latest
47
54
if: github.repository == 'twbs/icons' && startsWith(github.ref, 'refs/tags/v')
0 commit comments