Skip to content

Add October 2023 PCM notes #251

Add October 2023 PCM notes

Add October 2023 PCM notes #251

Workflow file for this run

name: Test build content for pages
on:
pull_request:
permissions:
contents: read
jobs:
setup_and_build:
uses: ./.github/workflows/setup_and_build.yml
test:
needs: setup_and_build
runs-on: ubuntu-latest
steps:
- name: Download build artifact
uses: actions/download-artifact@v3
with:
name: 'build'
path: 'build'
- name: Ensure index page was build
run: test -r build/index.html