Skip to content

Commit 1bb3f29

Browse files
committed
added new checkout action version, hope it works ootb
1 parent ec843bb commit 1bb3f29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pages.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030
steps:
3131
- name: Checkout
32-
uses: actions/checkout@v3
32+
uses: actions/checkout@v4
3333
- run: npm install
3434
- run: npm run build
3535
- run: npm run createIndexHTML
@@ -42,7 +42,7 @@ jobs:
4242
- name: Upload artifact
4343
uses: actions/upload-pages-artifact@v1
4444
with:
45-
path: './static'
45+
path: "./static"
4646
- name: Deploy to GitHub Pages
4747
id: deployment
4848
uses: actions/deploy-pages@v1

0 commit comments

Comments
 (0)