We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26662ed commit 51bfc5eCopy full SHA for 51bfc5e
.github/workflows/gh-pages.yml
@@ -16,15 +16,15 @@ jobs:
16
submodules: true
17
18
- name: Setup Hugo
19
- uses: peaceiris/actions-hugo@v2
+ uses: peaceiris/actions-hugo@v3
20
with:
21
hugo-version: '0.142.0'
22
23
- name: Build
24
run: hugo --minify
25
26
- name: Deploy
27
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@v4
28
29
github_token: ${{ secrets.GITHUB_TOKEN }}
30
publish_dir: ./public
@@ -36,7 +36,7 @@ jobs:
36
steps:
37
- name: Check for broken links
38
id: link-report
39
- uses: celinekurpershoek/link-checker@v1.0.1
+ uses: celinekurpershoek/link-checker@v1.0.2
40
41
# Required:
42
url: 'https://opm.github.io/ResInsight-UserDocumentation/'
0 commit comments