Skip to content

Commit 204106a

Browse files
committed
updated pipeline
1 parent ae3dda0 commit 204106a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pages.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout repository
13-
uses: actions/checkout@v3
13+
uses: actions/checkout@v4
1414

1515
- name: Ensure 404.html is the same as index.html
1616
run: cp index.html 404.html
1717

1818
- name: Deploy to GitHub Pages
19-
uses: actions/upload-pages-artifact@v2
19+
uses: actions/upload-pages-artifact@v3
2020
with:
2121
path: .
2222

2323
- name: Publish GitHub Pages
24-
uses: actions/deploy-pages@v2
24+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)