Skip to content

Commit 84236f7

Browse files
committed
ci: deploy GitHub Pages even when tests fail on main
1 parent 1e375ac commit 84236f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
retention-days: 30
3333

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

0 commit comments

Comments
 (0)