From 59270068e9411c1aa1f9147ddf8df31c9556186c Mon Sep 17 00:00:00 2001 From: Chris Butler Date: Mon, 5 Aug 2024 10:54:25 +1000 Subject: [PATCH] fix(proposals): Correct pipeline Signed-off-by: Chris Butler --- .github/workflows/proposals.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/proposals.yml b/.github/workflows/proposals.yml index e2fe638..6a6113a 100644 --- a/.github/workflows/proposals.yml +++ b/.github/workflows/proposals.yml @@ -31,4 +31,4 @@ jobs: run: pip install -U compliance-trestle - name: Run trestle validate - run: trestle validate -tn proposals -hv \ No newline at end of file + run: trestle author docs validate -tn proposals -hv \ No newline at end of file