File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ matrix:
66
66
cache : cargo
67
67
script :
68
68
- cargo doc --no-deps --all
69
- if : branch = release
69
+ if : branch = fix-deployment-again-test
70
70
env :
71
71
- REGULAR_TEST=false
72
72
- DEPLOY_DOC=true
@@ -82,7 +82,7 @@ matrix:
82
82
- cd wasm/demo
83
83
- npm install
84
84
- npm run dist
85
- if : branch = release
85
+ if : branch = fix-deployment-again-test
86
86
env :
87
87
- REGULAR_TEST=false
88
88
- DEPLOY_DEMO=true
@@ -97,19 +97,19 @@ deploy:
97
97
local-dir : target/doc
98
98
skip-cleanup : true
99
99
# Set in the settings page of your repository, as a secure variable
100
- github-token : $WEBSITE_GITHUB_TOKEN
100
+ github-token : $BAD_TOKEN_DO_NOT_PUSH
101
101
keep-history : true
102
102
on :
103
- branch : release
103
+ branch : fix-deployment-again-test
104
104
condition : $DEPLOY_DOC = true
105
105
- provider : pages
106
106
repo : RustPython/demo
107
107
target-branch : master
108
108
local-dir : wasm/demo/dist
109
109
skip-cleanup : true
110
110
# Set in the settings page of your repository, as a secure variable
111
- github-token : $WEBSITE_GITHUB_TOKEN
111
+ github-token : $BAD_TOKEN_DO_NOT_PUSH
112
112
keep-history : true
113
113
on :
114
- branch : release
114
+ branch : fix-deployment-again-test
115
115
condition : $DEPLOY_DEMO = true
You can’t perform that action at this time.
0 commit comments