Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
milkcee12 committed Sep 8, 2024
2 parents 9e010a1 + 3a9bcf9 commit f75d3c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
npm install
npm run build
- name: Upload artifacts
uses: actions/upload-pages-artifact@v2
- name: Upload pages artifacts
uses: actions/upload-pages-artifact@v3
with:
path: build

Expand All @@ -38,4 +38,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4

0 comments on commit f75d3c1

Please sign in to comment.