Skip to content

Commit 3904859

Browse files
committed
.
1 parent 4944bd9 commit 3904859

File tree

3 files changed

+4
-1126
lines changed

3 files changed

+4
-1126
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ jobs:
4040
- name: Build
4141
run: npm run build
4242
- name: Setup Pages
43-
uses: actions/configure-pages@v3
43+
uses: actions/configure-pages@v5
4444
- name: Upload artifact
4545
uses: actions/upload-pages-artifact@v3
4646
with:
4747
# Upload dist repository
4848
path: './dist'
4949
- name: Deploy to GitHub Pages
5050
id: deployment
51-
uses: actions/deploy-pages@v2
51+
uses: actions/deploy-pages@v4

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
package-lock.json
2+
13
.idea/
24
.vite/
35
dist/

0 commit comments

Comments
 (0)