Skip to content

Commit 6462828

Browse files
committed
fixes
1 parent 652243d commit 6462828

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
run: testament all
107107

108108
- name: Build docs
109-
if: matrix.branch == 'master'
109+
if: github.ref == 'refs/heads/master'
110110
run: nimble docs
111111

112112
- name: Deploy docs
@@ -115,8 +115,8 @@ jobs:
115115
# and remove `github.ref == 'refs/heads/master'` below
116116
if: |
117117
github.event_name == 'push' && github.ref == 'refs/heads/master' &&
118-
matrix.target.os == 'linux' && matrix.target.cpu == 'amd64' &&
119-
matrix.branch == 'master'
118+
matrix.target.os == 'linux' && matrix.target.cpu == 'amd64'
119+
120120
uses: crazy-max/ghaction-github-pages@v4
121121
with:
122122
build_dir: parsesql/htmldocs

0 commit comments

Comments
 (0)