Skip to content

GESIS-Methods-Hub/qmd2ipynb

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GESIS Methods Hub Quarto to Jupyter Notebook as GitHub Action

This is a GitHub Action to convert a .qmd file into a .ipynb file and store the new .ipynb in the GitHub repository.

Usage

Create the file .github/workflows/methods-hub-qmd2ipynb.yml with

name: Convert Quarto to Jupyter Notebook
on:
  push:
    branches:
      - main
    paths:
      - method.qmd
      - tutorial.qmd
jobs:
  convert-qmd-into-ipynb:
    runs-on: ubuntu-24.04
    steps:
      - name: Convert Quarto to Jupyter Notebook
        uses: GESIS-Methods-Hub/qmd2ipynb@v2
        with:
          files: 'method.qmd tutorial.qmd'
          token: ${{ secrets.GITHUB_TOKEN }}

About

GitHub Action to convert Quarto into Jupyter Notebook

Resources

License

Stars

Watchers

Forks

Packages

No packages published