Skip to content

Update build_jekyll.yml #21

Update build_jekyll.yml

Update build_jekyll.yml #21

Workflow file for this run

name: Build and Deploy to Github Pages
on: push
jobs:
build_and_deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# Use GitHub Deploy Action to build and deploy to Github
- uses: jeffreytse/[email protected]
with:
provider: 'github'
branch: "github-pages"
token: ${{ secrets.GITHUB_TOKEN }} # It's your Personal Access Token(PAT)
GITHUB_ACTOR: ${{ secrets.GITHUB_ACTOR }}
cname: 'approvaltests.com'