No description
Find a file
2026-03-24 18:32:07 -05:00
.github Upgrade IA Publish 2024-09-16 17:22:15 +02:00
dist [dependabot skip] Update distributables after Dependabot 🤖 2024-07-18 16:57:04 +00:00
src Tweak comment 2024-03-28 21:19:37 -05:00
.eslintrc.json Make ESLint fail hard on semi-colon usage 2022-09-16 23:00:18 -05:00
.gitignore wip: add formatter support to the output file 2022-07-18 15:51:32 -07:00
.node-version upgrade to node 24 2025-07-29 13:24:36 +01:00
.prettierignore Allow prettier to check more files that it's capable of handling 2022-09-16 20:35:47 -05:00
.prettierrc.yml Rename Prettier config file extension for consistency 2022-08-05 15:39:17 -05:00
action.yml Update Node version from 20 to 24 in action.yml 2026-03-24 13:19:41 +00:00
LICENSE Add license + basic doc 2022-07-13 13:40:23 -07:00
package-lock.json Merge branch 'main' into dependabot/npm_and_yarn/espree-10.1.0 2024-07-18 10:33:33 -07:00
package.json Merge branch 'main' into dependabot/npm_and_yarn/espree-10.1.0 2024-07-18 10:33:33 -07:00
README.md Fix non-Code links in README 2022-09-19 10:50:02 -05:00

configure-pages

A GitHub Action to enable Pages and extract various metadata about a site. It can also be used to configure various static site generators we support as starter workflows.

See set-pages-config.js for more details on how we configure static site generators to work "out of the box" with GitHub Pages.

Usage

See action.yml and the Pages starter workflows.

Release instructions

In order to release a new version of this Action:

  1. Locate the semantic version of the upcoming release (a draft is maintained by the draft-release workflow).

  2. Publish the draft release from the main branch with semantic version as the tag name, with the checkbox to publish to the GitHub Marketplace checked. ☑️

  3. After publishing the release, the release workflow will automatically run to create/update the corresponding the major version tag such as v0.

    ⚠️ Environment approval is required. Check the Release workflow run list.

License

The scripts and documentation in this project are released under the MIT License.