Compare commits

..

No commits in common. "5ce09f3f60bab2ed3525644d3f07737e151b2b6f" and "7af18f79ab7aa2c3d086b383beada382e394e9a3" have entirely different histories.

4 changed files with 7 additions and 13 deletions

View File

@ -3,7 +3,7 @@ name: Build and Deploy MkDocs
on:
push:
branches:
- public
- master
jobs:
build-deploy:

View File

@ -1,5 +1,4 @@
site_name: PostalPoint Plugin Development
remote_branch: public
theme:
name: material
custom_dir: overrides
@ -16,22 +15,11 @@ extra:
provider: custom
url: analytics.netsyms.net
siteid: 57
version:
provider: mike
alias: true
extra_css:
- assets/styles.css
plugins:
- privacy
- search
- mike:
alias_type: symlink
redirect_template: null
deploy_prefix: ''
canonical_version: null
version_selector: true
css_dir: css
javascript_dir: js
markdown_extensions:
- def_list
- pymdownx.highlight:

6
publish.sh Executable file
View File

@ -0,0 +1,6 @@
#!/bin/bash
./build.sh
mkdocs build
rsync -rv site/ webhost.netsyms.net:/var/www/dev.postalpoint.app/web