We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4944bd9 commit 3904859Copy full SHA for 3904859
.github/workflows/main.yml
@@ -40,12 +40,12 @@ jobs:
40
- name: Build
41
run: npm run build
42
- name: Setup Pages
43
- uses: actions/configure-pages@v3
+ uses: actions/configure-pages@v5
44
- name: Upload artifact
45
uses: actions/upload-pages-artifact@v3
46
with:
47
# Upload dist repository
48
path: './dist'
49
- name: Deploy to GitHub Pages
50
id: deployment
51
- uses: actions/deploy-pages@v2
+ uses: actions/deploy-pages@v4
.gitignore
@@ -1,3 +1,5 @@
1
+package-lock.json
2
+
3
.idea/
4
.vite/
5
dist/
0 commit comments