File tree Expand file tree Collapse file tree 2 files changed +2
-13
lines changed
Expand file tree Collapse file tree 2 files changed +2
-13
lines changed Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ site_dir: ../website/docs
44docs_dir : ../../docs
55
66theme :
7- name : readthedocs
7+ name : material
88 custom_dir : ./
99 logo :
1010markdown_extensions :
You can’t perform that action at this time.
0 commit comments