Skip to content

Commit 4c1d4e2

Browse files
committedDec 22, 2024
cleanup
1 parent 145c313 commit 4c1d4e2

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed
 

‎.github/workflows/jekyll.yml

-9
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
1-
# This workflow uses actions that are not certified by GitHub.
2-
# They are provided by a third-party and are governed by
3-
# separate terms of service, privacy policy, and support
4-
# documentation.
5-
6-
# Sample workflow for building and deploying a Jekyll site to GitHub Pages
71
name: Deploy Jekyll site to Pages
82

93
on:
10-
# Runs on pushes targeting the default branch
114
push:
125
branches: ["master"]
136

@@ -27,15 +20,13 @@ concurrency:
2720
cancel-in-progress: false
2821

2922
jobs:
30-
# Build job
3123
build:
3224
runs-on: ubuntu-latest
3325
steps:
3426
- name: Checkout
3527
uses: actions/checkout@v4
3628
- name: Setup Ruby
3729
uses: ruby/setup-ruby@v1
38-
# uses: ruby/setup-ruby@086ffb1a2090c870a3f881cc91ea83aa4243d408 # v1.195.0
3930
with:
4031
ruby-version: "3.3.3"
4132
bundler-cache: true

0 commit comments

Comments
 (0)