File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -2,24 +2,24 @@ name: CI
2
2
on :
3
3
push :
4
4
branches :
5
- - src
5
+ - src
6
6
7
7
jobs :
8
8
CI :
9
9
runs-on : ubuntu-latest
10
10
11
11
steps :
12
- - uses : actions/checkout@v2
13
- - uses : ruby/setup-ruby@v1
14
- with :
15
- ruby-version : ' 2.7'
12
+ - uses : actions/checkout@v2
13
+ - uses : ruby/setup-ruby@v1
14
+ with :
15
+ ruby-version : " 2.7"
16
16
17
- - run : bundle install && bundle exec jekyll build
17
+ - run : bundle install && bundle exec jekyll build
18
18
19
- - name : Deploy
20
- uses : peaceiris/actions-gh-pages@364c31d33bb99327c77b3a5438a83a357a6729ad # v3.4.0
21
- with :
22
- github_token : ${{ secrets.GITHUB_TOKEN }}
23
- publish_branch : master
24
- publish_dir : _site
25
- force_orphan : true
19
+ - name : Deploy
20
+ uses : peaceiris/actions-gh-pages@364c31d33bb99327c77b3a5438a83a357a6729ad # v3.4.0
21
+ with :
22
+ github_token : ${{ secrets.GITHUB_TOKEN }}
23
+ publish_branch : master
24
+ publish_dir : _site
25
+ force_orphan : true
You can’t perform that action at this time.
0 commit comments