Merge pull request #13 from tuncK/patient #3
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: | |
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 }} |