Skip to content

Commit 65300bb

Browse files
committed
ci: enable cache on devbox step
1 parent e7f7027 commit 65300bb

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/hugo.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,8 @@ jobs:
3131
submodules: recursive
3232
- name: Install devbox
3333
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
34+
with:
35+
enable-cache: "true"
4036
- name: Setup Pages
4137
id: pages
4238
uses: actions/configure-pages@v5

0 commit comments

Comments
 (0)