Skip to content

Commit

Permalink
github action for pages
Browse files Browse the repository at this point in the history
  • Loading branch information
kvncampos committed Dec 23, 2024
1 parent 5105ddb commit c9634be
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,8 @@
- name: Install dependencies
run: |
poetry install
- name: Configure Git
run: |
git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com"
- name: Deploy to GitHub Pages
env:
MKDOCS_TOKEN: ${{ secrets.MKDOCS_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: poetry run mkdocs gh-deploy --config-file mkdocs/mkdocs.yml --force
3 changes: 3 additions & 0 deletions mkdocs/mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
---
site_name: Project Documentation
site_author: Kevin Campos
repo_name: kvncampos/infrastructureSetup
docs_dir: docs/
theme:
name: material
features:
Expand Down

0 comments on commit c9634be

Please sign in to comment.