Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc-Jr authored Jan 24, 2025
1 parent c30c6ec commit 92d594f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 92d594f

Please sign in to comment.