From 92d594fc4dcdb825f6a0f145ed8f23daa0d30181 Mon Sep 17 00:00:00 2001 From: marc-jr Date: Fri, 24 Jan 2025 13:29:02 +0100 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a3a5086..ecb3c5b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -26,12 +26,12 @@ jobs: # Install dependencies (MkDocs and Material theme) - name: Install dependencies run: | - pip install mkdocs-material + pip install mkdocs-bootstrap # Build and deploy the site to GitHub Pages - name: Deploy to GitHub Pages run: | - # sed -i -E "s/your-username/${{github.repository_owner}}/g" ./README.md + # sed -i -E "s/marc-jr/${{github.repository_owner}}/g" ./README.md # sed -i -E "s/my-mkdocs-project/${{github.repository}}/g" ./README.md git remote set-url origin https://x-access-token:${GH_TOKEN}@github.com/marc-jr/mk-docs.git