Relax restrictions against patient data processing #2
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |