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: on:
push: push:
branches: branches:
- public - master
jobs: jobs:
build-deploy: build-deploy:

View File

@ -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
View File

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