Skip to content

Commit

Permalink
add: skaff doc template
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisVLRT committed May 20, 2024
1 parent 5eb8f80 commit 9335520
Show file tree
Hide file tree
Showing 5 changed files with 219 additions and 3 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/deploy_docs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Deploy MkDocs to GitHub Pages

on:
push:
branches:
- main

jobs:
deploy-docs:
name: Deploy docs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.10
uses: actions/setup-python@v2
with:
python-version: "3.10"

- name: Install requirements
run: |
python -m pip install --upgrade pip
pip install mkdocs pymdown-extensions termynal mkdocs-material
- name: Deploying MkDocs documentation
run: |
mkdocs build
mkdocs gh-deploy --force
11 changes: 11 additions & 0 deletions docs/images/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 9335520

Please sign in to comment.