We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7da64e1 commit 5439d8bCopy full SHA for 5439d8b
1 file changed
.github/workflows/cd.yml
@@ -56,7 +56,9 @@ jobs:
56
environment:
57
name: github-pages
58
url: ${{ steps.deploy-pages.outputs.page_url }}
59
- if: (github.event_name == 'release' && github.event.action == 'published') || github.ref == 'refs/heads/main'
+ if:
60
+ (github.event_name == 'release' && github.event.action == 'published') ||
61
+ github.ref == 'refs/heads/main'
62
steps:
63
- name: Checkout repo
64
uses: actions/checkout@v4
0 commit comments