Commit bb99679d authored by Protocole's avatar Protocole
Browse files

Adapt PHPDocumentor to Pages job

parent 2efd0202
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ Build a complete HTML documentation based on a PHP Project using [DocBlocks](htt

| Name | Description | Default |
| ---- | ----------- | ------- |
| `PHPDOC_OUTPUT`<img width=100/> | Output directory path<img width=175/> | `/phpdoc_build` <img width=100/>|
| `PHPDOC_OUTPUT`<img width=100/> | Output directory path<img width=175/> | `/documentation_build` <img width=100/>|
| `PHPDOC_CONFIG_FILE` | Specific `phpdoc.dist.xml` file to use | ` ` |
| `PHPDOC_TITLE` | Custom title for documentation | ` ` |
| `PHPDOC_VERBOSITY` | Print more logs in the job | ` ` |
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ phpdocumentor:
      entrypoint: [""]
    stage: build
    variables: 
      PHPDOC_OUTPUT: "phpdoc_build/"
      PHPDOC_OUTPUT: "documentation_build/"
      PHPDOC_CONFIG_FILE: ""
      PHPDOC_TITLE: ""
      PHPDOC_VERBOSITY: ""