Skip to content

Fix typo in README

Fix typo in README #4

Workflow file for this run

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