ci: Update and use deploy target

This commit is contained in:
Michael Currin
2020-10-17 16:48:56 +02:00
parent 3a743ae48f
commit 3b5f31d73d
2 changed files with 2 additions and 2 deletions

View File

@@ -20,4 +20,4 @@ jobs:
run: make install
- name: Build and deploy
run: mkdocs gh-deploy --strict
run: make deploy

View File

@@ -19,4 +19,4 @@ b build:
mkdocs build --strict
d deploy:
mkdocs gh-deploy --strict
mkdocs gh-deploy --strict --force