Skip to content

Commit 4a941ff

Browse files
committed
Fix CI
1 parent c0f1738 commit 4a941ff

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ jobs:
7575
- name: Pull LFS files
7676
run: git lfs fetch --all && git lfs checkout
7777
- name: Build documentation
78-
if: github.event_name == 'push' && github.ref != 'main'
78+
if: github.event_name == 'push' && github.ref != 'refs/heads/main'
7979
run: mkdocs build
8080
- name: Deploy documentation
81-
if: github.event_name == 'push' && github.ref == 'main'
81+
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
8282
run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)