fix ci
parent
8d6713f4c3
commit
4108fc48e2
|
@ -40,8 +40,12 @@ jobs:
|
|||
cname: mtf.wiki
|
||||
external_repository: mtf-wiki/mtf-wiki.github.io
|
||||
force_orphan: true
|
||||
- name: Change `baseURL`
|
||||
run: sed -i 's#baseURL = .*#baseURL = "https://mtfwiki.com"#g' config/_default/config.toml
|
||||
- name: Change `baseURL` to `mtfwiki.com`
|
||||
uses: ciiiii/toml-editor@1.0.0
|
||||
with:
|
||||
file: config/_default/config.toml
|
||||
key: baseURL
|
||||
value: https://mtfwiki.com
|
||||
- name: Deploy `mtfwiki.com`
|
||||
uses: reggionick/s3-deploy@v3
|
||||
if: github.ref == 'refs/heads/master'
|
||||
|
|
Loading…
Reference in New Issue