File tree 1 file changed +0
-9
lines changed
1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change 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
7
1
name : Deploy Jekyll site to Pages
8
2
9
3
on :
10
- # Runs on pushes targeting the default branch
11
4
push :
12
5
branches : ["master"]
13
6
@@ -27,15 +20,13 @@ concurrency:
27
20
cancel-in-progress : false
28
21
29
22
jobs :
30
- # Build job
31
23
build :
32
24
runs-on : ubuntu-latest
33
25
steps :
34
26
- name : Checkout
35
27
uses : actions/checkout@v4
36
28
- name : Setup Ruby
37
29
uses : ruby/setup-ruby@v1
38
- # uses: ruby/setup-ruby@086ffb1a2090c870a3f881cc91ea83aa4243d408 # v1.195.0
39
30
with :
40
31
ruby-version : " 3.3.3"
41
32
bundler-cache : true
You can’t perform that action at this time.
0 commit comments