Compare commits
No commits in common. "5ce09f3f60bab2ed3525644d3f07737e151b2b6f" and "7af18f79ab7aa2c3d086b383beada382e394e9a3" have entirely different histories.
5ce09f3f60
...
7af18f79ab
@ -3,7 +3,7 @@ name: Build and Deploy MkDocs
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- public
|
- master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-deploy:
|
build-deploy:
|
||||||
|
|||||||
12
mkdocs.yml
12
mkdocs.yml
@ -1,5 +1,4 @@
|
|||||||
site_name: PostalPoint Plugin Development
|
site_name: PostalPoint Plugin Development
|
||||||
remote_branch: public
|
|
||||||
theme:
|
theme:
|
||||||
name: material
|
name: material
|
||||||
custom_dir: overrides
|
custom_dir: overrides
|
||||||
@ -16,22 +15,11 @@ extra:
|
|||||||
provider: custom
|
provider: custom
|
||||||
url: analytics.netsyms.net
|
url: analytics.netsyms.net
|
||||||
siteid: 57
|
siteid: 57
|
||||||
version:
|
|
||||||
provider: mike
|
|
||||||
alias: true
|
|
||||||
extra_css:
|
extra_css:
|
||||||
- assets/styles.css
|
- assets/styles.css
|
||||||
plugins:
|
plugins:
|
||||||
- privacy
|
- privacy
|
||||||
- search
|
- search
|
||||||
- mike:
|
|
||||||
alias_type: symlink
|
|
||||||
redirect_template: null
|
|
||||||
deploy_prefix: ''
|
|
||||||
canonical_version: null
|
|
||||||
version_selector: true
|
|
||||||
css_dir: css
|
|
||||||
javascript_dir: js
|
|
||||||
markdown_extensions:
|
markdown_extensions:
|
||||||
- def_list
|
- def_list
|
||||||
- pymdownx.highlight:
|
- pymdownx.highlight:
|
||||||
|
|||||||
6
publish.sh
Executable file
6
publish.sh
Executable file
@ -0,0 +1,6 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
./build.sh
|
||||||
|
mkdocs build
|
||||||
|
|
||||||
|
rsync -rv site/ webhost.netsyms.net:/var/www/dev.postalpoint.app/web
|
||||||
Loading…
x
Reference in New Issue
Block a user