Skip to content

Commit

Permalink
ci-docs.yml: Add --no-cache flag to structor build
Browse files Browse the repository at this point in the history
Signed-off-by: Boxuan Li <[email protected]>
  • Loading branch information
li-boxuan committed Oct 24, 2021
1 parent d92fe83 commit 166279e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,9 @@ jobs:
- run: mkdir ./bin
- run: curl -sfL https://raw.githubusercontent.com/traefik/structor/master/godownloader.sh | bash -s -- -b ./bin ${STRUCTOR_VERSION}
- run: sudo ./bin/structor -o janusgraph -r janusgraph
--force-edit-url
--rqts-url="https://raw.githubusercontent.com/JanusGraph/janusgraph/master/requirements.txt"
--force-edit-url
--no-cache=true
--rqts-url="https://raw.githubusercontent.com/JanusGraph/janusgraph/master/requirements.txt"
--dockerfile-url="https://raw.githubusercontent.com/JanusGraph/janusgraph/master/docs.Dockerfile"
--dockerfile-name="https://raw.githubusercontent.com/JanusGraph/janusgraph/master/docs.Dockerfile"
--menu.js-url="https://raw.githubusercontent.com/JanusGraph/janusgraph/master/docs/theme/structor-menu.js.gotmpl"
Expand Down

0 comments on commit 166279e

Please sign in to comment.