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 20a88ad commit fdc13bbCopy full SHA for fdc13bb
.travis.yml
@@ -19,9 +19,14 @@ script:
19
20
after_success:
21
- ./push_artifacts/git_config_kaitai_bot
22
- - ./push_artifacts/publish \
23
- -o kaitai-io \
24
- -r ide-kaitai-io.github.io \
25
- -d "$([ "$TRAVIS_BRANCH" != stable ] && echo devel)" \
26
- -m "Regen $TRAVIS_BRANCH kaitai-io/kaitai_struct_webide@$TRAVIS_COMMIT" \
27
- -- --exclude=.git --exclude=CNAME --exclude=.nojekyll --exclude=devel out/
+ - ./push_artifacts/publish
+ -o kaitai-io
+ -r ide-kaitai-io.github.io
+ -d "$([ "$TRAVIS_BRANCH" != stable ] && echo devel)"
+ -m "Regen $TRAVIS_BRANCH kaitai-io/kaitai_struct_webide@$TRAVIS_COMMIT"
+ --
28
+ --exclude=.git
29
+ --exclude=CNAME
30
+ --exclude=.nojekyll
31
+ --exclude=devel
32
+ out/
0 commit comments