Skip to content

Commit 6544730

Browse files
authored
ci: fix setup-uv pin and lychee exclusions (#23)
Co-authored-by: Moritz Mähr <14755525+maehr@users.noreply.github.com>
1 parent 4fbcf38 commit 6544730

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/quarto-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
python-version: "3.14"
6060

6161
- name: Install uv
62-
uses: astral-sh/setup-uv@v8
62+
uses: astral-sh/setup-uv@v8.1.0
6363

6464
- name: Set up R
6565
uses: r-lib/actions/setup-r@v2

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
python-version: "3.14"
3131

3232
- name: Install uv
33-
uses: astral-sh/setup-uv@v8
33+
uses: astral-sh/setup-uv@v8.1.0
3434

3535
- name: Set up R
3636
uses: r-lib/actions/setup-r@v2

.lycheerc.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ exclude = [
2323
"https://api.crossref.org/funders/",
2424
"https://www.geonames.org/",
2525
"https://isni.org/isni/",
26+
# Quarto's site intermittently refuses lychee connections on GitHub runners.
27+
"https://quarto.org/",
28+
"https://quarto.org/docs/reference/projects/websites.html",
2629
]
2730

2831
exclude_path = [

0 commit comments

Comments
 (0)