Skip to content

Commit 114f891

Browse files
hamirmahallnicola
authored andcommitted
chore: changes from formatting on save
1 parent 7b49447 commit 114f891

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/ci.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,24 @@ name: CI
22
on:
33
push:
44
branches:
5-
- src
5+
- src
66

77
jobs:
88
CI:
99
runs-on: ubuntu-latest
1010

1111
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"
1616

17-
- run: bundle install && bundle exec jekyll build
17+
- run: bundle install && bundle exec jekyll build
1818

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

0 commit comments

Comments
 (0)