Commit 19bfbc37 authored by Thomas Boni's avatar Thomas Boni
Browse files

remove variables DOCUMENTATION_DISABLE and PAGES_DISABLE

parent 015252bd
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -38,7 +38,6 @@ code using [apiDoc](https://www.apidocjs.com/).
| `APIDOC_CONFIG_PATH` | Path to config file or to directory containing config file (apidoc.json or apidoc.config.js) | `.` |
| `APIDOC_OUTPUT_PATH` | Output directory path | `/apidoc_build` |
| `APIDOC_TEMPLATE_PATH` | Path to template folder | `/usr/lib/node_modules/apidoc/template/` |
| `DOCUMENTATION_DISABLE` | Disable build | |

### Artifacts

+0 −6
Original line number Diff line number Diff line
@@ -39,12 +39,6 @@ Mkdocs](https://squidfunk.github.io/mkdocs-material/) are ready to use.
* Default stage: `build`
* When: `always`

### Variables

| Name | Description | Default |
| ---- | ----------- | ------- |
| `DOCUMENTATION_DISABLE` | Disable build | |

### Artifacts

Result of documentation build is [exposed
+1 −4
Original line number Diff line number Diff line
@@ -33,12 +33,9 @@ from previous job named `documentation`.
* Stage: `deployment`
* When: only run on `master` branch

### Variables:

| Name | Description | Default |
| ---- | ----------- | ------- |
| `DOCUMENTATION_DISABLE` | Disable publication on Gitlab pages| |
| `PAGES_DISABLE` | Disable publication on Gitlab pages | |
| `PAGES_BUILD_PATH` | Path to folder which contains documentation build | |

## Versions

+0 −5
Original line number Diff line number Diff line
@@ -18,8 +18,3 @@ documentation:
    paths:
      - "$APIDOC_OUTPUT_PATH"
      #  - public/
  rules:
    - if: '$DOCUMENTATION_DISABLE'
      when: never

+0 −3
Original line number Diff line number Diff line
@@ -12,6 +12,3 @@ documentation:
    expose_as: "Documentation"
    paths:
      - public/
  rules:
    - if: '$DOCUMENTATION_DISABLE'
      when: never
Loading