From b8d2b47d6d3a4cb828485f20d096e41cf25efc54 Mon Sep 17 00:00:00 2001 From: jdh-observer <81378245+jdh-observer@users.noreply.github.com> Date: Tue, 3 Oct 2023 18:07:34 +0200 Subject: [PATCH] Update github-actions-preflight.yml --- .github/workflows/github-actions-preflight.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-actions-preflight.yml b/.github/workflows/github-actions-preflight.yml index 058d34e..df98978 100644 --- a/.github/workflows/github-actions-preflight.yml +++ b/.github/workflows/github-actions-preflight.yml @@ -16,7 +16,7 @@ jobs: id: preflight uses: c2dh/journal-of-digital-history-ipynb-preflight-action@master with: - notebook: 'example/javascript.ipynb' + notebook: 'author_guideline_template.ipynb' functions: 'checkcitation,checkoutput,checkhtml,checkjavascript,checktags,checkurls' output_md: 'report.md' # Use the output from the `preflight` step -- GitLab