Skip to content

Update github-pages.yml jekyll-action version number #9

Update github-pages.yml jekyll-action version number

Update github-pages.yml jekyll-action version number #9

Workflow file for this run

name: Deploy to GitHub Pages
on:
push:
branches:
- master
jobs:
github-pages:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: helaili/jekyll-action@v2.0.5
with:
token: ${{ secrets.GITHUB_TOKEN }}