Skip to content

Update 01_modules_make_batch_jobs.md #85

Update 01_modules_make_batch_jobs.md

Update 01_modules_make_batch_jobs.md #85

Workflow file for this run

name: Deploy HTML slides to Pages
on:
# Runs on pushes targeting the default branch
push:
branches:
- "master"
paths:
- "*/docs/**"
- ".github/workflows/pages.yml"
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
pages: write
id-token: write
jobs:
pages-html:
uses: ./.github/workflows/pages.yml
with:
include_pdf: false