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

Create github-actions-publishing.yml

parent 21e753d3
No related branches found
No related tags found
No related merge requests found
on: [workflow_dispatch]
name: GitHub Actions Ipynb for publishing
jobs:
ipynb_for_publishing:
runs-on: ubuntu-latest
name: Ipynb for publishing
steps:
- name: checkout repo
uses: actions/checkout@v3
- name: Skim example file
id: skim
uses: c2dh/journal-of-digital-history-ipynb-skim-action@v1.0.0
with:
notebook: 'article.ipynb'
output_notebook: 'skim-article.ipynb'
# Use the output from the `hello` step
- name: Use the output
run: echo "number of cells ${{ steps.skim.outputs.size }} - output ${{ steps.skim.outputs.outputNotebook }}"
- name: commit changes
uses: stefanzweifel/git-auto-commit-action@v4
with:
file_pattern: '*.ipynb'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment