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 2cf454e commit c6c5c30Copy full SHA for c6c5c30
1 file changed
.github/workflows/build.yml
@@ -34,7 +34,7 @@ jobs:
34
retention-days: 30
35
36
- name: GitHub Pages
37
- if: github.ref == 'refs/heads/main'
+ if: always() && github.ref == 'refs/heads/main'
38
uses: JamesIves/github-pages-deploy-action@v4.8.0
39
with:
40
branch: gh-pages
0 commit comments