Skip to content

Commit 35af13f

Browse files
committed
ci: update to actions/checkout@v4
1 parent 4d5f294 commit 35af13f

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/publish.yml

+3-5
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
deploy:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v3
10+
- uses: actions/checkout@v4
1111
with:
1212
fetch-depth: 0
1313

@@ -22,12 +22,10 @@ jobs:
2222
ruby-version: '3.3'
2323

2424
- name: Install asciidoctor
25-
run: |
26-
gem install asciidoctor
25+
run: gem install asciidoctor
2726

2827
- name: Build Site
29-
run: |
30-
hugo
28+
run: hugo
3129

3230
- name: Deploy to master
3331
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)