We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d5f294 commit 35af13fCopy full SHA for 35af13f
.github/workflows/publish.yml
@@ -7,7 +7,7 @@ jobs:
7
deploy:
8
runs-on: ubuntu-latest
9
steps:
10
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
11
with:
12
fetch-depth: 0
13
@@ -22,12 +22,10 @@ jobs:
22
ruby-version: '3.3'
23
24
- name: Install asciidoctor
25
- run: |
26
- gem install asciidoctor
+ run: gem install asciidoctor
27
28
- name: Build Site
29
30
- hugo
+ run: hugo
31
32
- name: Deploy to master
33
uses: peaceiris/actions-gh-pages@v3
0 commit comments