There was an error while loading. Please reload this page.
1 parent 569f427 commit f05f436Copy full SHA for f05f436
1 file changed
.github/workflows/build.yml
@@ -23,7 +23,7 @@ jobs:
23
restore-keys: |
24
${{ runner.os }}-gems-
25
- name: Build site
26
- run: make all_in_container
+ run: make all
27
- name: Save built site for deploy
28
uses: actions/upload-pages-artifact@v5
29
with:
0 commit comments