diff --git a/.github/workflows/PullRequestValidator.yml b/.github/workflows/PullRequestValidator.yml index 63165f3..7f05d2f 100644 --- a/.github/workflows/PullRequestValidator.yml +++ b/.github/workflows/PullRequestValidator.yml @@ -15,4 +15,4 @@ jobs: - name: Install Antora and Lunr run: npm i antora @antora/lunr-extension - name: Run Antora - run: npx antora antora-playbook.yml + run: npx antora playbook.yml