Skip to content

Commit

Permalink
CI: Use official GitHub build
Browse files Browse the repository at this point in the history
  • Loading branch information
SchoolGuy committed Jul 4, 2024
1 parent be69f29 commit 975e73d
Showing 1 changed file with 14 additions and 11 deletions.
25 changes: 14 additions & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
name: build

on: pull_request

permissions:
contents: read

jobs:
jekyll:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
# Use GitHub Actions' cache to shorten build times and decrease load on servers
- uses: actions/cache@v1
with:
path: vendor/bundle
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
restore-keys: |
${{ runner.os }}-gems-
# Standard usage
- uses: lemonarc/jekyll-action@1.0.0
- name: Checkout
uses: actions/checkout@v4
- name: Setup Pages
# https://github.com/actions/configure-pages
uses: actions/configure-pages@v5
- name: Build
# https://github.com/actions/jekyll-build-pages
uses: actions/jekyll-build-pages@v1

0 comments on commit 975e73d

Please sign in to comment.