Add marker files
Add marker files in the root of each document. This is needed for publishing in the future: This is so that we can create a list of directories to ignore when we rsync documentation builds to a publishing site. Some builds are published as subdirectories underneath the results of superior builds. This allows those superior builds to be rsynced without removing the other builds that were published under them. Change-Id: Id0f63749e767c9e9db9619d2cb9320b1a20f5995
This commit is contained in:
parent
fef605e0dd
commit
720a9db05d
@ -2,7 +2,12 @@
|
||||
|
||||
mkdir -p publish-docs
|
||||
|
||||
# This marker is needed for infra publishing
|
||||
MARKER_TEXT="Project: $ZUUL_PROJECT Ref: $ZUUL_REFNAME Build: $ZUUL_UUID"
|
||||
|
||||
doc-tools-build-rst security-guide --build build \
|
||||
--target security-guide
|
||||
echo $MARKER_TEXT > publish-docs/security-guide/.root-marker
|
||||
doc-tools-build-rst security-threat-analysis --build build \
|
||||
--target security-threat-analysis
|
||||
echo $MARKER_TEXT > publish-docs/security-threat-analysis/.root-marker
|
||||
|
Loading…
Reference in New Issue
Block a user