diff options
author | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2018-09-27 17:30:30 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-09-27 17:30:30 +0000 |
commit | b7609eece84f9f0ea5be11f0c2a4e3432d25abfb (patch) | |
tree | 16bf600aa930c2364fbbe7f958a9685a231b8417 | |
parent | 68f678808d8768be05757c8f18442cdbd2c4013d (diff) | |
parent | 9bc918de70fa1bd003d1eeb827a341bebbeaa61c (diff) |
Merge "Adding missing step"
-rw-r--r-- | docs/how-to-use-docs/files/build.yaml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/how-to-use-docs/files/build.yaml b/docs/how-to-use-docs/files/build.yaml index d04ff731b..e04521e35 100644 --- a/docs/how-to-use-docs/files/build.yaml +++ b/docs/how-to-use-docs/files/build.yaml @@ -1,9 +1,10 @@ --- - project: name: PROJECT - project-name: '{name}' + project: PROJECT + project-name: 'PROJECT' - project-pattern: '{name}' + project-pattern: 'PROJECT' rtd-build-url: RTD_BUILD_URL rtd-token: RTD_TOKEN |