Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Applications
android-components
Commits
ce4487cf
Unverified
Commit
ce4487cf
authored
Feb 13, 2019
by
Sebastian Kaspari
Browse files
Issue #1995: generate_docs.sh: Do not run assemble before generating docs.
parent
35ae37cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
automation/taskcluster/action/generate_docs.sh
View file @
ce4487cf
...
...
@@ -12,7 +12,7 @@ git config --global user.email "sebastian@mozilla.com"
git config
--global
user.name
"MickeyMoz"
# Generate docs and copy to destination
./gradlew clean
assemble
docs
./gradlew clean docs
rm
-rf
docs/api
mkdir
docs/api
cp
-R
build/javadoc/android-components/ docs/api
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment