We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 74d8431 + a8fcd5b commit fec54a7Copy full SHA for fec54a7
.github/workflows/production.yml
@@ -22,7 +22,7 @@ jobs:
22
# This workflow contains a single job called "build"
23
build:
24
# The type of runner that the job will run on
25
- runs-on: macos-latest
+ runs-on: ubuntu-latest
26
27
# Steps represent a sequence of home that will be executed as part of the job
28
steps:
@@ -43,7 +43,7 @@ jobs:
43
- name: Setup Hugo
44
uses: peaceiris/actions-hugo@v2
45
with:
46
- hugo-version: '0.97.3'
+ hugo-version: '0.135.0'
47
extended: true
48
- name: Install Dependicies1
49
run: npm install -D --save autoprefixer
0 commit comments