Skip to content

adding error intentionally to check workflow behavior #2

adding error intentionally to check workflow behavior

adding error intentionally to check workflow behavior #2

Workflow file for this run

name: Build notebooks
on:
push:
# paths:
# - 'docs/notebook_source'
jobs:
deploy:
runs-on: ubuntu-latest
permissions:
contents: write
env:
NVIDIA_API_KEY: ${{ secrets.NVIDIA_API_KEY }}
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Install uv
uses: astral-sh/setup-uv@v6
with:
version: "0.9.5"
- name: Set up Python
run: uv python install
- name: Convert and execute notebooks
run: make convert-execute-notebooks
- name: Upload notebooks as artifacts
uses: actions/upload-artifact@v4
with:
name: notebooks
path: docs/notebooks