We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 093b16e + e15ae41 commit 4e605bcCopy full SHA for 4e605bc
1 file changed
.github/workflows/site.yml
@@ -19,7 +19,7 @@ jobs:
19
20
strategy:
21
matrix:
22
- node-version: [14.x]
+ node-version: [18.x]
23
24
steps:
25
- name: Grab the main Branch
@@ -125,4 +125,4 @@ jobs:
125
run: |
126
# As documented here, the GH-Pages behavior changed, and the API must be 'Triggered'
127
# https://github.community/t5/GitHub-Actions/Github-action-not-triggering-gh-pages-upon-push/m-p/43192/highlight/true#M5281
128
- curl -L -X POST -H "Content-Type: application/json" -H "Authorization: token ${GITHUB_TOKEN}" "https://api.github.com/repos/${GITHUB_REPOSITORY}/pages/builds"
+ curl -L -X POST -H "Content-Type: application/json" -H "Authorization: token ${GITHUB_TOKEN}" "https://api.github.com/repos/${GITHUB_REPOSITORY}/pages/builds"
0 commit comments