Skip to content

Commit 96afebd

Browse files
committed
CI: Attempt to fix documentation build
1 parent 24f6b3e commit 96afebd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/doc-deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
ford --version
3333
gfortran --version
3434
- name: Skip graph and search unless deploying
35-
if: ! ( startsWith( github.ref, 'refs/tags/' ) || github.ref == 'refs/heads/master' )
35+
if: github.ref != 'refs/heads/master' && ! startsWith( github.ref, 'refs/tags/' )
3636
run: |
3737
sed -i .bak 's/^[[:blank:]]*graph: *[Tt]rue/graph: false/' "${FORD_FILE}"
3838
echo "::set-env name=MAYBE_SKIP_SEARCH::--no-search"

0 commit comments

Comments
 (0)