Skip to content

fix the built instructions #6

fix the built instructions

fix the built instructions #6

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 }}