Try to fix gh-pages workflow

Increased the retention period for GHA artifacts
This commit is contained in:
NovaRain
2025-09-17 21:03:20 +08:00
parent 08b3942670
commit e7f6f6fd73
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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