We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9541163 commit 4943cb4Copy full SHA for 4943cb4
.travis.yml
@@ -12,7 +12,7 @@ after_success:
12
- mkdir $TRAVIS_BUILD_DIR/.ND_Config
13
- cp .nd_project.txt $TRAVIS_BUILD_DIR/.ND_Config/Project.txt
14
- mono /tmp/Natural\ Docs/NaturalDocs.exe $TRAVIS_BUILD_DIR/.ND_Config
15
- - python Excel-Addin-Generator/main.py $TRAVIS_BUILD_DIR/bin/vbaProject.bin SQLlib.xlam
+ - python Excel-Addin-Generator/excelAddinGenerator/main.py $TRAVIS_BUILD_DIR/bin/vbaProject.bin SQLlib.xlam
16
deploy:
17
- provider: pages
18
skip_cleanup: true
0 commit comments