Skip to content

Commit 52b0678

Browse files
committed
.
1 parent 4cbaaa0 commit 52b0678

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 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
45-
uses: actions/upload-pages-artifact@v2
45+
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: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
package-lock.json
2-
31
.idea/
42
.vite/
53
dist/

0 commit comments

Comments
 (0)