From 4e964e5746293b971fa2a53e2a7b452d5e787d98 Mon Sep 17 00:00:00 2001 From: eliselavy <35602279+eliselavy@users.noreply.github.com> Date: Thu, 4 Apr 2024 11:29:31 +0200 Subject: [PATCH] testing checkjavascript --- .github/workflows/github-actions-example.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/github-actions-example.yml b/.github/workflows/github-actions-example.yml index 97b99b8..3ccad67 100644 --- a/.github/workflows/github-actions-example.yml +++ b/.github/workflows/github-actions-example.yml @@ -16,8 +16,8 @@ jobs: id: preflight uses: c2dh/journal-of-digital-history-ipynb-preflight-action@yaroslav-dev with: - notebook: 'example/article-R.ipynb' - functions: 'checkcitation,checkoutput,checkhtml,checkjavascript,checktags,checkurls,checkkernel' + notebook: 'example/plotly.ipynb' + functions: 'checkjavascript,checkkernel' output_md: 'report.md' # Use the output from the `preflight` step - name: Use the output