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.
2 parents b8130d9 + f2fc553 commit 1465f01Copy full SHA for 1465f01
action.yml
@@ -2,7 +2,7 @@ name: 'Configure GitHub Pages'
2
description: 'A GitHub Action to enable Pages, extract various metadata about a site, and configure some supported static site generators.'
3
author: 'GitHub'
4
runs:
5
- using: 'node16'
+ using: 'node20'
6
main: 'dist/index.js'
7
inputs:
8
static_site_generator:
0 commit comments