From 23254986e0cc36ebd71de1c7c49dfaea9f40aad5 Mon Sep 17 00:00:00 2001 From: Rasso Hilber Date: Thu, 13 Feb 2025 20:40:50 +0100 Subject: [PATCH 1/2] Use `actions/deploy-pages@v4` --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 36dec809..0c50ae1d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -42,4 +42,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v2 + uses: actions/deploy-pages@v4 From 9c245ad8be167796964ab3901daa1e7f05a5bb0c Mon Sep 17 00:00:00 2001 From: Rasso Hilber Date: Thu, 13 Feb 2025 20:44:50 +0100 Subject: [PATCH 2/2] Add Deploy targets to README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 288f8215..4bb1e8e6 100644 --- a/README.md +++ b/README.md @@ -30,3 +30,9 @@ Your terminal will print the exact `localhost` URL where you can preview your wo ```sh npm run build ``` + +## Deploy targets + +- https://swup.js.org is hosted on GitHub pages +- PR previews for the current docs version are being generated via Netlify +- https://v3.swup.js.org is hosted on Netlify: https://app.netlify.com/sites/swup-v3-docs/overview