Skip to content
Snippets Groups Projects
Unverified Commit 44eb3a58 authored by eliselavy's avatar eliselavy Committed by GitHub
Browse files

Delete .github/workflows/preflight.yml duplicate github-actions-preflight.yml

parent 7b7308f0
No related branches found
No related tags found
No related merge requests found
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'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment