We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7092390 commit bd5073dCopy full SHA for bd5073d
.github/workflows/gh-pages.yml
@@ -36,9 +36,9 @@ jobs:
36
./node_modules/.bin/yml2vocab -v vocab/vocabulary.yml -t vocab/template.html
37
rm -rf node_modules
38
- name: Setup Github Pages
39
- uses: actions/configure-pages@v4
+ uses: actions/configure-pages@v5
40
- name: Upload artifact
41
- uses: actions/upload-pages-artifact@v4
+ uses: actions/upload-pages-artifact@v3
42
with:
43
# Upload entire repository
44
path: '.'
0 commit comments