Skip to content

Deploy via Jekyll on GitHub pages #975

Deploy via Jekyll on GitHub pages

Deploy via Jekyll on GitHub pages #975

Workflow file for this run

name: Deploy via Jekyll on GitHub pages
on:
push:
branches:
- main
schedule:
- cron: '0 0 * * *'
jobs:
jekyll:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
# Use GitHub Actions' cache to shorten build times and decrease load on servers
- uses: actions/[email protected]
with:
path: vendor/bundle
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
restore-keys: |
${{ runner.os }}-gems-
- uses: iranzo/[email protected]
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
SOURCE_FOLDER: .