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

Commit 6b1a4c0

Browse files
authored
update pipeline actions
2 parents f245b48 + cb91d47 commit 6b1a4c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: lycheeverse/lychee-action@v1.8.0
2222
with:
2323
# skip the archive file as it is full of broken links
24-
args: --exclude-path './tab_archive.md' './**/*.md'
24+
args: --exclude-path './tab_archive.md' '**/*.md' '*.md'
2525
fail: true
2626
env:
2727
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

‎.github/workflows/housekeeping.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
steps:
1515
- name: Delete stale workflow runs
16-
uses: Mattraks/delete-workflow-runs@v2.0.3
16+
uses: Mattraks/delete-workflow-runs@v2.0.4
1717
with:
1818
token: ${{ github.token }}
1919
repository: ${{ github.repository }}

0 commit comments

Comments
 (0)