Skip to content

Commit

Permalink
Fix pages deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
edoardocavazza committed May 31, 2024
1 parent bd09039 commit 15a7c5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"checkJs": true,
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
"isolatedModules": true,
"isolatedModules": true
},
"include": ["src"],
"include": ["src"]
}

0 comments on commit 15a7c5a

Please sign in to comment.