Skip to content

Commit 5a46d4e

Browse files
committed
Fix doc action condition
1 parent 1752a03 commit 5a46d4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
credentials:
112112
username: ${{ github.actor }}
113113
password: ${{ secrets.github_token }}
114-
if: ${{ github.ref == 'ref/head/main' }}
114+
if: ${{ github.ref == 'ref/heads/main' }}
115115
steps:
116116
- uses: actions/configure-pages@v5
117117
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)