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 e7f7027 commit 65300bbCopy full SHA for 65300bb
.github/workflows/hugo.yaml
@@ -31,12 +31,8 @@ jobs:
31
submodules: recursive
32
- name: Install devbox
33
uses: jetify-com/[email protected]
34
- # - name: Install Hugo CLI
35
- # run: |
36
- # wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \
37
- # && sudo dpkg -i ${{ runner.temp }}/hugo.deb
38
- # - name: Install Dart Sass
39
- # run: sudo snap install dart-sass
+ with:
+ enable-cache: "true"
40
- name: Setup Pages
41
id: pages
42
uses: actions/configure-pages@v5
0 commit comments