Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
Fix publish docs (#10635)
Browse files Browse the repository at this point in the history
* Fix publish docs

* this never should be forced, either way compiling previous versions will produce outdated docs

* fix array, var was moved to the group project global variables list
  • Loading branch information
General-Beck authored and TriplEight committed May 8, 2019
1 parent e04a2f9 commit 8dfa46f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ variables:
GIT_SUBMODULE_STRATEGY: recursive
CI_SERVER_NAME: "GitLab CI"
CARGO_TARGET: x86_64-unknown-linux-gnu
SCCACHE_CACHE_SIZE: 50G

.no_git: &no_git # disable git strategy
variables:
Expand Down Expand Up @@ -285,6 +284,7 @@ publish-docs:
except:
- nightly
cache: {}
dependencies: []
script:
- scripts/gitlab/publish-docs.sh
tags:
Expand Down

0 comments on commit 8dfa46f

Please sign in to comment.