Skip to content

Merge pull request #4 from Krazete/dependabot/bundler/rexml-3.3.9 #7

Merge pull request #4 from Krazete/dependabot/bundler/rexml-3.3.9

Merge pull request #4 from Krazete/dependabot/bundler/rexml-3.3.9 #7

Workflow file for this run

name: Build Jekyll for GitHub Pages
on:
push:
branches:
- main
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Cache
uses: actions/cache@v3
with:
path: vendor/bundle
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile') }}
restore-keys: |
${{ runner.os }}-gems-
- name: Jekyll Actions
uses: helaili/jekyll-action@2.5.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
target_branch: 'gh-pages'