mirror of
https://github.com/sfall-team/sfall.git
synced 2026-07-27 16:52:34 -07:00
Try to fix gh-pages workflow
Increased the retention period for GHA artifacts
This commit is contained in:
@@ -59,4 +59,4 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: sfall-build
|
name: sfall-build
|
||||||
path: sfall-build
|
path: sfall-build
|
||||||
retention-days: 14
|
retention-days: 30
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
sudo apt -y -qq install bundler python3-pip
|
sudo apt update && sudo apt -y -qq install bundler python3-pip
|
||||||
pip3 install ruamel.yaml --user
|
pip3 install ruamel.yaml --user
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
|
|||||||
Reference in New Issue
Block a user