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 c5cff13 commit 76d096eCopy full SHA for 76d096e
.github/workflows/build-and-deploy.yml
@@ -2,13 +2,13 @@ name: build-and-deploy
2
on: push
3
jobs:
4
deploy:
5
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
6
steps:
7
- name: Git checkout
8
- uses: actions/checkout@v2.3.4
+ uses: actions/checkout@v3
9
10
- name: Setup hugo
11
- uses: peaceiris/actions-hugo@v2
+ uses: peaceiris/actions-hugo@v3
12
with:
13
hugo-version: '0.136.0'
14
extended: true
@@ -17,7 +17,7 @@ jobs:
17
# docs: https://gohugo.io/hugo-pipes/minification/
18
run: hugo
19
- name: Deploy
20
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@v4
21
22
personal_token: ${{ secrets.TOKEN }}
23
external_repository: cloudnativeto/cloudnativeto.github.io
0 commit comments