We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1352f49 commit 5fcf09eCopy full SHA for 5fcf09e
.github/workflows/hugo.yml
@@ -37,17 +37,13 @@ jobs:
37
run: |
38
wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \
39
&& sudo dpkg -i ${{ runner.temp }}/hugo.deb
40
- - name: Install Dart Sass Embedded
41
- run: sudo snap install dart-sass-embedded
42
- name: Checkout
43
uses: actions/checkout@v3
44
with:
45
submodules: recursive
46
- name: Setup Pages
47
id: pages
48
uses: actions/configure-pages@v3
49
- - name: Install Node.js dependencies
50
- run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
51
- name: Build with Hugo
52
env:
53
# For maximum backward compatibility with Hugo modules
0 commit comments