Skip to content

Explain the need for barrier in comment #7

Explain the need for barrier in comment

Explain the need for barrier in comment #7

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