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 75897fa
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
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/[email protected]
- name: Checkout
uses: actions/checkout@v4
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Build
uses: actions/jekyll-build-pages@v1

0 comments on commit 75897fa

Please sign in to comment.