Skip to content

Merge pull request #17 from tuncK/checkout #5

Merge pull request #17 from tuncK/checkout

Merge pull request #17 from tuncK/checkout #5

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
with:
fetch-depth: 0
# 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 }}