Skip to content

Commit 331f5ec

Browse files
committed
Troubleshooting.
1 parent ba28cc8 commit 331f5ec

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,26 @@ jobs:
1919
include:
2020
- stage: Deploy Documentation
2121
script:
22+
- pwd
23+
- ls -la
24+
2225
# Install a more recent version of Doxygen.
2326
- git clone --depth=1 --branch Release_1_8_15 https://github.com/doxygen/doxygen.git; cd doxygen; mkdir build; cd build; cmake -G "Unix Makefiles" ..; make -s && sudo make install; cd ../..
27+
28+
- pwd
29+
- ls -la
30+
2431
# Prepare docs in root directory.
32+
- pwd
33+
- ls -la
2534

2635
# Remove docs/ prefix from all .md files for linking.
2736
- sed -i'.bak' -e 's|docs/||g' *.md
2837
# Convert any ./src/ style links to the fully qualified URL.
2938
- sed -i'.bak' -e 's|[(]\.\(\.*/\)|(https://github.com/'"$TRAVIS_REPO_SLUG"/tree/master'\1|g' *.md
3039
# Move into the docs directory.
40+
- pwd
41+
- ls -la
3142
- cd docs/
3243
# Get the docs from the root directory.
3344
- cp ../*.md

0 commit comments

Comments
 (0)