From f4283154cbcb7e4fa005f6c3b2bab23c98a39f95 Mon Sep 17 00:00:00 2001 From: Damian Rouson Date: Sat, 25 Nov 2023 17:55:49 -0700 Subject: [PATCH] Revert "fix(CI): ford workaround -- no search index" This reverts commit 073c0ff7fa3071bd1b931cb160216cd8f998f197. --- .github/workflows/deploy-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index f292dc779..b0059a58e 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -23,7 +23,7 @@ jobs: - name: Build Developer Documenation run: | # Turn warnings into errors - ford --no-search ford.md > ford_output.txt + ford ford.md > ford_output.txt cat ford_output.txt; if grep -q -i Warning ford_output.txt; then exit 1; fi cp ./README.md ./doc/html - name: Upload Documentation