diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/check-links.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/flake-checker.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/check-links.yml b/.github/workflows/check-links.yml index 9d02486..27cf50c 100644 --- a/.github/workflows/check-links.yml +++ b/.github/workflows/check-links.yml @@ -38,7 +38,7 @@ jobs: uses: lycheeverse/lychee-action@v2 with: fail: false - args: './result/**/*.html' + args: "./result/**/*.html" - name: Save lychee cache uses: actions/cache/save@v4 if: always() diff --git a/.github/workflows/flake-checker.yml b/.github/workflows/flake-checker.yml index 00a27b6..45b3115 100644 --- a/.github/workflows/flake-checker.yml +++ b/.github/workflows/flake-checker.yml @@ -5,7 +5,7 @@ on: branches: - master schedule: - - cron: '42 0 * * 6' + - cron: "42 0 * * 6" workflow_dispatch: jobs: |
