Skip to content

Commit

Permalink
Fixing deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Géry Casiez committed May 8, 2024
1 parent 99d03a1 commit 7dec97a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildAndDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
npm install
npm run build
- name: Archive built files
uses: actions/upload-artifact@v4
uses: actions/upload-pages-artifact@v3
with:
name: 'github-pages'
path: dist
Expand All @@ -41,4 +41,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4 # or specific "vX.X.X" version tag for this action
uses: actions/deploy-pages@v4

0 comments on commit 7dec97a

Please sign in to comment.