Skip to content

Cleanup and adjustments L7 & L8 #58

Cleanup and adjustments L7 & L8

Cleanup and adjustments L7 & L8 #58

Workflow file for this run

name: Deploy HTML slides to Pages
on:
# Runs on pushes targeting the default branch
push:
branches:
- "main"
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