From 44eb3a588af50cd8b973b1ae87d1539b5d9d5f6d Mon Sep 17 00:00:00 2001 From: eliselavy <35602279+eliselavy@users.noreply.github.com> Date: Tue, 26 Sep 2023 14:30:27 +0200 Subject: [PATCH] Delete .github/workflows/preflight.yml duplicate github-actions-preflight.yml --- .github/workflows/preflight.yml | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 .github/workflows/preflight.yml diff --git a/.github/workflows/preflight.yml b/.github/workflows/preflight.yml deleted file mode 100644 index 784526b..0000000 --- a/.github/workflows/preflight.yml +++ /dev/null @@ -1,24 +0,0 @@ -on: [workflow_dispatch] - -name: GitHub Actions Ipynb -jobs: - ipynb_for_publishing: - runs-on: ubuntu-latest - name: Ipynb for publishing - steps: - - name: checkout repo - uses: actions/checkout@v3 - - name: check markdown - id: preflight - uses: c2dh/journal-of-digital-history-ipynb-preflight-action@master - with: - notebook: 'author_guideline_template.ipynb' - functions: 'checkmd' - output_md: 'author_guideline_template_report.md' - # Use the output from the `preflight` step - - name: Use the output - run: echo "number of cells ${{ steps.preflight.outputs.size }} - output ${{ steps.preflight.outputs.checkmd }}" - - name: commit changes - uses: stefanzweifel/git-auto-commit-action@v4 - with: - file_pattern: '*.md' -- GitLab