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 1b46fa4 commit f3b7ebcCopy full SHA for f3b7ebc
.github/workflows/deploy.yml
@@ -5,6 +5,11 @@ on:
5
- main
6
pull_request:
7
8
+permissions:
9
+ contents: write
10
+ pages: write
11
+ id-token: write
12
+
13
jobs:
14
deploy:
15
runs-on: ubuntu-latest
@@ -23,7 +28,7 @@ jobs:
23
28
24
29
- name: Setup Hugo
25
30
run: |
26
- curl -L -o /tmp/hugo.tar.gz 'https://github.com/gohugoio/hugo/releases/download/v0.142.0/hugo_extended_0.142.0_linux-amd64.tar.gz'
31
+ curl -L -o /tmp/hugo.tar.gz 'https://github.com/gohugoio/hugo/releases/download/v0.150.0/hugo_extended_0.150.0_linux-amd64.tar.gz'
27
32
tar -C ${RUNNER_TEMP} -zxvf /tmp/hugo.tar.gz hugo
33
- name: Build
34
run: ${RUNNER_TEMP}/hugo
0 commit comments