Skip to content

Commit

Permalink
Merge pull request #218 from swup/update-actions/deploy-pages-to-v4
Browse files Browse the repository at this point in the history
  • Loading branch information
hirasso authored Feb 14, 2025
2 parents 66f7141 + 9c245ad commit 303b9aa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 303b9aa

Please sign in to comment.