Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Deploy to Cloudflare Pages

Check failure on line 1 in .github/workflows/jekyll-gh-pages.yml

View check run for this annotation

Trunk.io / Trunk Check

prettier

Incorrect formatting, autoformat by running 'trunk fmt'

on:
push:
Expand All @@ -20,7 +20,7 @@

steps:
- name: Checkout code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2

- name: Setup Ruby
uses: ruby/setup-ruby@1a615958ad9d422dd932dc1d5823942ee002799f
Expand Down
Loading