From bb90d3326815a041512b40bf0cf53b3ace06cd67 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Wed, 17 Aug 2022 16:11:54 -0700 Subject: [PATCH] Use Read the Docs action v1 (#463) (#466) Read the Docs repository was renamed from `readthedocs/readthedocs-preview` to `readthedocs/actions/`. Now, the `preview` action is under `readthedocs/actions/preview` and is tagged as `v1` Co-authored-by: Manuel Kaufmann --- .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 0069e4c..1aab04e 100644 --- a/.github/workflows/documentation-links.yml +++ b/.github/workflows/documentation-links.yml @@ -11,6 +11,6 @@ jobs: documentation-links: runs-on: ubuntu-latest steps: - - uses: readthedocs/readthedocs-preview@main + - uses: readthedocs/actions/preview@v1 with: project-slug: "sqlite-utils"