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 ae3dda0 commit 204106aCopy full SHA for 204106a
.github/workflows/pages.yml
@@ -10,15 +10,15 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- name: Checkout repository
13
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
14
15
- name: Ensure 404.html is the same as index.html
16
run: cp index.html 404.html
17
18
- name: Deploy to GitHub Pages
19
- uses: actions/upload-pages-artifact@v2
+ uses: actions/upload-pages-artifact@v3
20
with:
21
path: .
22
23
- name: Publish GitHub Pages
24
- uses: actions/deploy-pages@v2
+ uses: actions/deploy-pages@v4
0 commit comments