Skip to content

Commit

Permalink
Move book-cw migration up to accommodate Linux FS quirk (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
briandominick authored Aug 8, 2018
1 parent 138049a commit c31d7c7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions _config/build-global.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,6 @@
- template: _templates/liquid/glossary.asciidoc
output: _build/pages/docops-glossary.adoc

- stage: copy-glossary-data
action: migrate
message: Copying data file for special inclusion in book content
source: _data/glossary.yml
target: _build/book-cw/_data

- stage: copy-readme
action: migrate
message: Copying README.
Expand All @@ -80,6 +74,12 @@
source: book-cw
target: _build

- stage: copy-glossary-data
action: migrate
message: Copying data file for special inclusion in book content
source: _data/glossary.yml
target: _build/book-cw/_data

- stage: copy-book-index
action: migrate
message: Copying book index.
Expand Down

0 comments on commit c31d7c7

Please sign in to comment.