Skip to content

Commit fab88ee

Browse files
committed
Update CI settings
1 parent fcffd24 commit fab88ee

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitlab-ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,12 @@ books:
77
- mdbook build
88
- cd ../embedonomicon
99
- mdbook build
10+
after_script:
11+
- curl -X POST -F token=$DEPLOY_DOCS_TRIGGER_TOKEN -F ref=master https://gitlab.onevariable.com/api/v4/projects/8/trigger/pipeline
1012
artifacts:
1113
paths:
1214
- books/embedded-rust-book/book
1315
- books/embedonomicon/book
1416
expire_in: 1 month
17+
only:
18+
- master

0 commit comments

Comments
 (0)