Skip to content

Commit

Permalink
one more attempt to fix deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
zakkarry committed Feb 8, 2025
1 parent 25ee4ca commit 4c05fe0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
run: npm run build

- name: Upload artifacts
id: deployment
uses: actions/upload-pages-artifact@v3
with:
path: build
Expand All @@ -50,4 +51,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4

0 comments on commit 4c05fe0

Please sign in to comment.