configure-pages
An 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.
File Explorer
Download Latest Version (.zip)- check-dist.yml
- check-formatting.yml
- codeql-analysis.yml
- draft-release.yml
- lint.yml
- publish-immutable-actions.yml
- rebuild-dependabot-prs.yml
- release.yml
- test.yml
- CODEOWNERS
- dependabot.yml
- release-drafter.yml
- gatsby.js
- index.js
- index.js.map
- licenses.txt
- next.js
- nuxt.js
- sourcemap-register.js
- sveltekit.js
- gatsby.js
- next.js
- nuxt.js
- sveltekit.js
- blank.expected.js
- blank.js
- default.cjs
- default.expected.cjs
- default.expected.js
- default.expected.mjs
- default.js
- default.mjs
- blank.expected.js
- blank.js
- default.cjs
- default.expected.cjs
- default.expected.js
- default.expected.mjs
- default.js
- default.mjs
- async.cjs
- async.expected.cjs
- async.expected.js
- async.expected.mjs
- async.js
- async.mjs
- blank.expected.js
- blank.js
- default.cjs
- default.expected.cjs
- default.expected.js
- default.expected.mjs
- default.js
- default.mjs
- blank.expected.js
- blank.js
- default.expected.js
- default.js
- api-client.js
- api-client.test.js
- config-parser.js
- config-parser.test.js
- context.js
- error-utils.js
- error-utils.test.js
- index.js
- output-pages-base-url.js
- output-pages-base-url.test.js
- remove-trailing-slash.js
- set-pages-config.js
- set-pages-config.test.js
- test-helpers.js
- .eslintrc.json
- .gitignore
- .node-version
- .prettierignore
- .prettierrc.yml
- action.yml
- LICENSE
- package-lock.json
- package.json
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/actions/configure-pages
Downloads the entire project code from GitHub to your computer.
cd configure-pages
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
