Skip to content

Merge pull request #13 from tuncK/patient #3

Merge pull request #13 from tuncK/patient

Merge pull request #13 from tuncK/patient #3

Workflow file for this run

name: Jekyll build for PRs
on:
push:
branches:
- master
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# Use GH action to build and publish into the gh-pages branch
- uses: jeffreytse/[email protected]
with:
provider: 'github'
branch: 'gh-pages'
token: ${{ secrets.GITHUB_TOKEN }}