We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24f6b3e commit 96afebdCopy full SHA for 96afebd
.github/workflows/doc-deployment.yml
@@ -32,7 +32,7 @@ jobs:
32
ford --version
33
gfortran --version
34
- name: Skip graph and search unless deploying
35
- if: ! ( startsWith( github.ref, 'refs/tags/' ) || github.ref == 'refs/heads/master' )
+ if: github.ref != 'refs/heads/master' && ! startsWith( github.ref, 'refs/tags/' )
36
run: |
37
sed -i .bak 's/^[[:blank:]]*graph: *[Tt]rue/graph: false/' "${FORD_FILE}"
38
echo "::set-env name=MAYBE_SKIP_SEARCH::--no-search"
0 commit comments