We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 66f7141 + 9c245ad commit 303b9aaCopy full SHA for 303b9aa
.github/workflows/deploy.yml
@@ -42,4 +42,4 @@ jobs:
42
steps:
43
- name: Deploy to GitHub Pages
44
id: deployment
45
- uses: actions/deploy-pages@v2
+ uses: actions/deploy-pages@v4
README.md
@@ -30,3 +30,9 @@ Your terminal will print the exact `localhost` URL where you can preview your wo
30
```sh
31
npm run build
32
```
33
+
34
+## Deploy targets
35
36
+- https://swup.js.org is hosted on GitHub pages
37
+- PR previews for the current docs version are being generated via Netlify
38
+- https://v3.swup.js.org is hosted on Netlify: https://app.netlify.com/sites/swup-v3-docs/overview
0 commit comments