Skip to content

Relax restrictions against patient data processing #2

Relax restrictions against patient data processing

Relax restrictions against patient data processing #2

Workflow file for this run

name: Jekyll build for PRs
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# Use GH action to build the website via Jekyll, but do not publish.
- uses: jeffreytse/[email protected]
with:
provider: 'test'
token: ${{ secrets.JEKYLL_DEPLOY_TOKEN }}