From 3b5f31d73d17f8362add72a6412e74cc2c542428 Mon Sep 17 00:00:00 2001 From: Michael Currin <18750745+MichaelCurrin@users.noreply.github.com> Date: Sat, 17 Oct 2020 16:48:56 +0200 Subject: [PATCH] ci: Update and use deploy target --- .github/workflows/docs.yml | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 83e13f3..710016c 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -20,4 +20,4 @@ jobs: run: make install - name: Build and deploy - run: mkdocs gh-deploy --strict + run: make deploy diff --git a/Makefile b/Makefile index da22e74..fbe3086 100644 --- a/Makefile +++ b/Makefile @@ -19,4 +19,4 @@ b build: mkdocs build --strict d deploy: - mkdocs gh-deploy --strict + mkdocs gh-deploy --strict --force