Skip to content

Build and deploy Jekyll site to GitHub Pages #1270

Build and deploy Jekyll site to GitHub Pages

Build and deploy Jekyll site to GitHub Pages #1270

Workflow file for this run

name: Build and deploy Jekyll site to GitHub Pages
on:
push:
branches:
- master
schedule:
- cron: '0 2 * * *'
jobs:
github-pages:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: helaili/[email protected]
with:
pre_build_commands: git config --global http.version HTTP/1.1; apk fetch git-lfs;
token: ${{ secrets.JEKYLL_PAT }}
target_branch: 'gh-pages'