From 018acd9a628f0a8bc26174beb0a18f48e19f0876 Mon Sep 17 00:00:00 2001 From: Matt Bixley Date: Wed, 24 Jul 2024 18:46:12 +1200 Subject: [PATCH] Update ci.yml resetting ci.yml to original --- .github/workflows/ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cb85d01..8ab5801 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,6 @@ jobs: with: python-version: 3.x - run: pip install mkdocs-material - pip install mkdocs-glightbox==0.1.0 - - + pip install mkdocs-glightbox + - run: mkdocs gh-deploy --force