Enable multiple pages jobs
- Oct 12, 2023
-
-
- Oct 11, 2023
-
-
Kassio Borges authored
As part of the introduction of the [GitLab Pages Multiple Versions] support we need to permit users to create multiple pages jobs. Users now can create jobs either named `pages` or use the `pages:` job option to start a new Pages job. This new option is a hash that accepts `enabled` (boolean) and `path_prefix:` (string). This also replaces the `pages_path_prefix` option. ```yaml jobname: pages: enabled: true path_prefix: 'prefix' # when using multiple versions ``` [GitLab Pages Multiple Versions]: &10914 Related to: #427755 Changelog: changed
-