Skip to content

Commit

Permalink
fix circleci posting of the pdf documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
wbrunette committed Oct 22, 2019
1 parent 8f2d6cf commit bb8326a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Expand Up @@ -99,13 +99,13 @@ jobs:
sudo python style-test.py $paths -r odkx-src
sudo python style-test.py $paths -r shared-src
- run:
name: Build ODKX Documentation
name: Build ODK-X Documentation
command: make odkx-deploy
- run:
name: Check spelling of ODKX Documentation
name: Check spelling of ODK-X Documentation
command: make odkx-spell-check
- run:
name: Build LaTex of ODKX Documentation
name: Build LaTex of ODK-X Documentation
command: make odkx-latex
- run:
name: Compress images
Expand All @@ -132,10 +132,10 @@ jobs:
xelatex OpenDataKitX.tex
xelatex OpenDataKitX.tex
mkdir -p ../_downloads
mv OpenDataKitX.pdf ../_downloads/ODKX-Documentation.pdf
mv OpenDataKitX.pdf ../_downloads/ODK-X-Documentation.pdf
- store_artifacts:
path: odkx-build/_downloads/ODKX-Documentation.pdf
destination: ODKX-Documentation.pdf
path: odkx-build/_downloads/ODK-X-Documentation.pdf
destination: ODK-X-Documentation.pdf
- persist_to_workspace:
root: ~/work
paths:
Expand Down

0 comments on commit bb8326a

Please sign in to comment.