We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62e08b6 commit 1859ef7Copy full SHA for 1859ef7
.github/workflows/staging.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 conversion that will be executed as part of the job
28
steps:
@@ -44,7 +44,7 @@ jobs:
44
- name: Setup Hugo
45
uses: peaceiris/actions-hugo@v2
46
with:
47
- hugo-version: '0.97.3'
+ hugo-version: 'latest'
48
extended: true
49
- name: Install Dependicies1
50
run: npm install -D --save autoprefixer
0 commit comments