Skip to content

Commit c6c5c30

Browse files
committed
ci: deploy GitHub Pages even when tests fail on main
1 parent 2cf454e commit c6c5c30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
retention-days: 30
3535

3636
- name: GitHub Pages
37-
if: github.ref == 'refs/heads/main'
37+
if: always() && github.ref == 'refs/heads/main'
3838
uses: JamesIves/github-pages-deploy-action@v4.8.0
3939
with:
4040
branch: gh-pages

0 commit comments

Comments
 (0)