From c15166ddd35b6fe018ce47ae457a06d308b6e861 Mon Sep 17 00:00:00 2001 From: David Holdeman Date: Sun, 1 Jan 2023 12:52:22 -0600 Subject: [PATCH] use scripts --- .github/workflows/sync-wiki3.yaml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/sync-wiki3.yaml b/.github/workflows/sync-wiki3.yaml index 9d00b44c..55e409b7 100644 --- a/.github/workflows/sync-wiki3.yaml +++ b/.github/workflows/sync-wiki3.yaml @@ -25,16 +25,11 @@ jobs: run: | sudo apt update sudo apt install sshpass - pip install mkdocs mkdocs-ezlinks-plugin mkdocs-exclude + bash ./bin/mkdocs-install.sh - name: Generate static pages using mkdocs run: | - shopt -s extglob - cd mkdocs - mkdir docs - cp -r ../!(mkdocs) docs - cp style.css docs - mkdocs build + bash ./bin/mkdocs-run.sh - name: Set SSH variables env: