Skip to content

Commit 303b9aa

Browse files
authored
Merge pull request #218 from swup/update-actions/deploy-pages-to-v4
2 parents 66f7141 + 9c245ad commit 303b9aa

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ jobs:
4242
steps:
4343
- name: Deploy to GitHub Pages
4444
id: deployment
45-
uses: actions/deploy-pages@v2
45+
uses: actions/deploy-pages@v4

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,9 @@ Your terminal will print the exact `localhost` URL where you can preview your wo
3030
```sh
3131
npm run build
3232
```
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

Comments
 (0)