Skip to content

Commit 233e372

Browse files
authored
Update ci.yml
Fix if statement
1 parent 04ec5b5 commit 233e372

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ jobs:
3434
- name: build documentation
3535
run: mkdocs build
3636
- name: deploy documentation
37-
if: ${{ github.ref == 'main' }}
37+
if: ${{ github.ref == 'refs/heads/main' }}
3838
run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)