Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
zehengl committed Apr 25, 2024
1 parent 5b8ea22 commit 005d6f2
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 5 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/gh-deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: GitHub Pages
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-python@v5
- run: pip install -r requirements-docs.txt
- run: mkdocs gh-deploy --force
13 changes: 13 additions & 0 deletions .github/workflows/pcu.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: pcu
on:
push:
branches: [main]
schedule:
- cron: "0 12 * * 1"
jobs:
refreshDeps:
runs-on: ubuntu-latest
steps:
- uses: zehengl/refresh-python-dependency@main
with:
path: requirements-dev.txt
6 changes: 6 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,9 @@ markdown_extensions:
- md_in_html
extra_css:
- css/neoteroi-mkdocs.css
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/zehengl
- icon: fontawesome/brands/linkedin
link: https://linkedin.com/in/zehengl
6 changes: 1 addition & 5 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
-r requirements.txt
-r requirements-docs.txt
jupyterlab==4.1.6
mkdocs-glightbox==0.3.7
mkdocs-material==9.5.19
mkdocs-minify-plugin==0.8.0
mkdocs==1.6.0
neoteroi-mkdocs==1.0.5
pip-check-updates==0.27.0
5 changes: 5 additions & 0 deletions requirements-docs.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
mkdocs-glightbox==0.3.7
mkdocs-material==9.5.19
mkdocs-minify-plugin==0.8.0
mkdocs==1.6.0
neoteroi-mkdocs==1.0.5

0 comments on commit 005d6f2

Please sign in to comment.