Skip to content

Commit a58a3c0

Browse files
committed
Updated docs to use mkdocs-material
1 parent b5d9f86 commit a58a3c0

File tree

2 files changed

+2
-13
lines changed

2 files changed

+2
-13
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,27 +17,16 @@ jobs:
1717
- uses: actions/checkout@v4
1818
with:
1919
submodules: true
20-
- uses: oven-sh/setup-bun@v2
21-
with:
22-
bun-version: latest
2320
- name: Build
2421
run: |
2522
sudo apt install -y \
2623
doxygen \
2724
graphviz \
2825
python3-pip \
2926
python3-setuptools
30-
python3 -m pip install mkdocs mkdocs-github-admonitions-plugin mkdocs-get-deps pymdown-extensions mdx_truly_sane_lists
27+
python3 -m pip install mkdocs mkdocs-material mkdocs-github-admonitions-plugin mkdocs-get-deps pymdown-extensions mdx_truly_sane_lists
3128
doxygen ./dist/configs/Doxyfile
3229
mkdocs build -f ./dist/configs/mkdocs.yml
33-
bun install -g gh-pages
34-
touch package.json #Needed, as I am not using one in this repo.
35-
#- name: Deploy
36-
# run: |
37-
# git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
38-
# gh-pages -d dist/website -e . -u "github-actions-bot <support+actions@github.com>"
39-
# env:
40-
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4130
- name: Deploy
4231
uses: peaceiris/actions-gh-pages@v4
4332
with:

dist/configs/mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ site_dir: ../website/docs
44
docs_dir: ../../docs
55

66
theme:
7-
name: readthedocs
7+
name: material
88
custom_dir: ./
99
logo:
1010
markdown_extensions:

0 commit comments

Comments
 (0)