We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0f1738 commit 4a941ffCopy full SHA for 4a941ff
1 file changed
.github/workflows/build.yml
@@ -75,8 +75,8 @@ jobs:
75
- name: Pull LFS files
76
run: git lfs fetch --all && git lfs checkout
77
- name: Build documentation
78
- if: github.event_name == 'push' && github.ref != 'main'
+ if: github.event_name == 'push' && github.ref != 'refs/heads/main'
79
run: mkdocs build
80
- name: Deploy documentation
81
- if: github.event_name == 'push' && github.ref == 'main'
+ if: github.event_name == 'push' && github.ref == 'refs/heads/main'
82
run: mkdocs gh-deploy --force
0 commit comments