Skip to content

Build notebook

Build notebook #13

Workflow file for this run

name: 'Build notebook'
env:
PYTHON-VERSION: "3.12"
on:
push:
branches:
- main
schedule:
# daily at 07:20 UTC
- cron: "20 07 * * *"
# allow manual triggering of workflow
workflow_dispatch:
jobs:
preprocess-execute-convert:
runs-on: ubuntu-latest
if: ${{ github.repository != 'astropy-learn/tutorial--template' }}
permissions:
contents: write
steps:
- name: Call custom action to pre-process config files
id: pre-process
uses: astropy-learn/action--pre-process@main
with:
python-version: ${{ env.PYTHON-VERSION }}
- name: Call custom action to execute and convert notebook
uses: astropy-learn/action--execute-convert@main
with:
python-version: ${{ env.PYTHON-VERSION }}
tutorial-slug: ${{ steps.pre-process.outputs.tutorial-slug }}
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy