Skip to content

Commit

Permalink
Tried fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rasmus-kirk committed Jan 30, 2025
1 parent edb91a0 commit a4f1e23
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ jobs:
- run: mkdir -p out && cp -r ./result/* out

- name: Setup Pages
uses: actions/configure-pages@v3
uses: actions/configure-pages@v5

- name: Upload GH pages artifact
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: './out'

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v3
uses: actions/deploy-pages@v4

0 comments on commit a4f1e23

Please sign in to comment.