configure-pages
configure-pages copied to clipboard
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.
Bumps [@octokit/request-error](https://github.com/octokit/request-error.js) from 5.0.1 to 6.0.2. Release notes Sourced from @octokit/request-error's releases. v6.0.2 6.0.2 (2024-02-27) Bug Fixes add main entry point (#406) (4e55235), closes octokit/core.js#662 v6.0.1 6.0.1 (2024-02-23) Bug Fixes...
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 8.8.0 to 9.1.0. Changelog Sourced from eslint-config-prettier's changelog. Version 9.1.0 (2023-12-02) Added: [unicorn/template-indent], (as a [special rule][unicorn/template-indent-special]). Thanks to Gürgün Dayıoğlu (@gurgunday)! Changed: All the [formatting rules...
Bumps [espree](https://github.com/eslint/espree) from 9.6.1 to 10.0.1. Release notes Sourced from espree's releases. v10.0.1 10.0.1 (2024-02-09) Chores upgrade [email protected] (#595) (6254a91) v10.0.0 10.0.0 (2024-01-25) ⚠ BREAKING CHANGES Require Node.js ^18.18.0 ||...
I am working on migrating a web application to Next.js in [this repo](https://github.com/haykam821/Haykam-Avatar-Generator). However, I am running into an issue where the `basePath` is seemingly not injected. My configuration looks...
Bumps [prettier](https://github.com/prettier/prettier) from 2.8.7 to 3.2.5. Release notes Sourced from prettier's releases. 3.2.5 🔗 Changelog 3.2.4 Fix .eslintrc.json format #15947 🔗 Changelog 3.2.3 Format tsconfig.json file with jsonc parser #15927...
When configuring a custom domain for a repository, the `basePath` for a Next.js app should not include the name of the repo as the root of the website is just...
Tangentially for the 🧪 [experimental-alpha-internal-only support](https://github.com/actions/deploy-pages/pull/61) that `actions/deploy-pages` offers for [Pages preview deployments per PR](https://github.com/actions/deploy-pages/blob/af48cf94a42f2c634308b1c9dc0151830b6f190a/action.yml#L28-L31) 🧪, it would be great if this action could also generate the expected URL for...
This issue occurs when `generator_config_file` input is not provided It may not be obvious when using Nuxt 3 Workflow suggested by Github. Additionally Nuxt 3 uses .js configuration file, even...
This PR tries to allow Nuxt3's config file `nuxt.config.ts`. However, it uses Typescript, which looks like not being supported by now. I've completed the function and test. If there's anything...
Add support for wrapping calls in Next.js, such as those used in `next-pwa`. Fixes https://github.com/actions/configure-pages/issues/44.