Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit bd22441

Browse files
author
Anaminus
committed
Fix cache refresh.
1 parent 406b167 commit bd22441

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/refresh.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ jobs:
3535
bin/roar generate \
3636
--site "roar/site" \
3737
--source "build-archive/data/" \
38-
--update
39-
--no-cache
40-
--disable-index
41-
--disable-dump
42-
--disable-reflect
38+
--update \
39+
--no-cache \
40+
--disable-index \
41+
--disable-dump \
42+
--disable-reflect \
4343
--disable-pages
4444
4545
- name: "Cache history"

0 commit comments

Comments
 (0)