From 997661594c4828bc7421f6a165fa00c8196c1644 Mon Sep 17 00:00:00 2001 From: eliselavy <35602279+eliselavy@users.noreply.github.com> Date: Tue, 26 Sep 2023 10:23:29 +0200 Subject: [PATCH] Update github-actions-preflight.yml --- .github/workflows/github-actions-preflight.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/github-actions-preflight.yml b/.github/workflows/github-actions-preflight.yml index 6034bf9..8a7f469 100644 --- a/.github/workflows/github-actions-preflight.yml +++ b/.github/workflows/github-actions-preflight.yml @@ -1,6 +1,6 @@ on: [workflow_dispatch] -name: GitHub Actions Ipynb +name: GitHub Actions Ipynb for preflight jobs: ipynb_for_publishing: runs-on: ubuntu-latest @@ -8,7 +8,7 @@ jobs: steps: - name: checkout repo uses: actions/checkout@v3 - - name: check markdown + - name: check notebook id: preflight uses: c2dh/journal-of-digital-history-ipynb-preflight-action@master with: -- GitLab