Skip to content

Commit 66272b5

Browse files
authored
Merge pull request #246 from 14NGiestas/patch-1
Small fix to issue #245
2 parents d20faf8 + f2c7e66 commit 66272b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/doc-deployment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
if: github.ref != 'refs/heads/master' && ! startsWith( github.ref, 'refs/tags/' )
3838
run: |
3939
sed -i .bak 's/^[[:blank:]]*graph: *[Tt]rue/graph: false/' "${FORD_FILE}"
40-
echo "::set-env name=MAYBE_SKIP_SEARCH::--no-search"
40+
echo "MAYBE_SKIP_SEARCH=--no-search" >> $GITHUB_ENV
4141
- name: Build Docs
4242
run: |
4343
git fetch --all --tags

0 commit comments

Comments
 (0)