We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d20faf8 + f2c7e66 commit 66272b5Copy full SHA for 66272b5
.github/workflows/doc-deployment.yml
@@ -37,7 +37,7 @@ jobs:
37
if: github.ref != 'refs/heads/master' && ! startsWith( github.ref, 'refs/tags/' )
38
run: |
39
sed -i .bak 's/^[[:blank:]]*graph: *[Tt]rue/graph: false/' "${FORD_FILE}"
40
- echo "::set-env name=MAYBE_SKIP_SEARCH::--no-search"
+ echo "MAYBE_SKIP_SEARCH=--no-search" >> $GITHUB_ENV
41
- name: Build Docs
42
43
git fetch --all --tags
0 commit comments