Skip to content

Commit

Permalink
fix worfklow
Browse files Browse the repository at this point in the history
  • Loading branch information
CalcagnoLoic committed Jan 27, 2024
1 parent 174abff commit 0e6fa13
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ jobs:
node-version: 20
cache: "npm"
- run: npm ci
- uses: actions/configure-pages@v4
- uses: actions/configure-pages@v3
- run: npm run build
- uses: actions/upload-pages-artifact@v3
- uses: actions/upload-pages-artifact@v2
with:
path: ./dist/
- name: Deploy to GH pages
id: deployment
uses: actions/deploy-pages@v3
uses: actions/deploy-pages@v1

0 comments on commit 0e6fa13

Please sign in to comment.