From d4a14f41fafed9f589fb709a0be4eecbbeb83b7d Mon Sep 17 00:00:00 2001 From: eliselavy <35602279+eliselavy@users.noreply.github.com> Date: Thu, 6 Jun 2024 10:47:20 +0200 Subject: [PATCH] Update github-actions-example.yml --- .github/workflows/github-actions-example.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-actions-example.yml b/.github/workflows/github-actions-example.yml index 42372a1..55c53c8 100644 --- a/.github/workflows/github-actions-example.yml +++ b/.github/workflows/github-actions-example.yml @@ -16,7 +16,7 @@ jobs: id: preflight uses: c2dh/journal-of-digital-history-ipynb-preflight-action@master with: - notebook: 'example/article-altair.ipynb' + notebook: 'example/article-no-copyright.ipynb' functions: 'checkkernel,checkcitation,checkhtml,checkoutput,checktags,checkurls,checkjavascript' output_md: 'report.md' # Use the output from the `preflight` step