From 98a28cbfe6cea67f6334b42b74f35b0ddd309561 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Tue, 2 Aug 2022 13:35:56 -0700 Subject: [PATCH] Oops, fixed project slug Refs: - https://github.com/readthedocs/readthedocs-preview/issues/10 - https://github.com/simonw/sqlite-utils/pull/460 --- .github/workflows/documentation-links.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation-links.yml b/.github/workflows/documentation-links.yml index 4010a44..0069e4c 100644 --- a/.github/workflows/documentation-links.yml +++ b/.github/workflows/documentation-links.yml @@ -13,4 +13,4 @@ jobs: steps: - uses: readthedocs/readthedocs-preview@main with: - project-slug: "readthedocs-preview" + project-slug: "sqlite-utils"