File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -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_DONT_PUSH
101
101
keep-history : true
102
102
on :
103
- branch : release
104
- condition : $DEPLOY_DOC= true
103
+ branch : test-deployment
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_DONT_PUSH
112
112
keep-history : true
113
113
on :
114
- branch : release
115
- condition : $DEPLOY_DEMO= true
114
+ branch : test-deployment
115
+ condition : $DEPLOY_DEMO = true
You can’t perform that action at this time.
0 commit comments