We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21e1a60 commit 66d5759Copy full SHA for 66d5759
.github/workflows/workflow.yml
@@ -17,7 +17,7 @@ jobs:
17
FOLDER: data #directory to generate index
18
19
- name: Upload artifact
20
- uses: actions/upload-pages-artifact@v1
+ uses: actions/upload-pages-artifact@v3
21
with:
22
path: 'data' # upload generated folder
23
@@ -37,7 +37,7 @@ jobs:
37
steps:
38
- name: Deploy to GitHub Pages
39
id: deployment
40
- uses: actions/deploy-pages@v1
+ uses: actions/deploy-pages@v4
41
42
43
notification-events:
0 commit comments