Skip to content

Commit 5439d8b

Browse files
author
Guen Prawiroatmodjo
committed
formatting
1 parent 7da64e1 commit 5439d8b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/cd.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,9 @@ jobs:
5656
environment:
5757
name: github-pages
5858
url: ${{ steps.deploy-pages.outputs.page_url }}
59-
if: (github.event_name == 'release' && github.event.action == 'published') || github.ref == 'refs/heads/main'
59+
if:
60+
(github.event_name == 'release' && github.event.action == 'published') ||
61+
github.ref == 'refs/heads/main'
6062
steps:
6163
- name: Checkout repo
6264
uses: actions/checkout@v4

0 commit comments

Comments
 (0)