From 3db9142dd9c2c5357d40f2b2d340660ffe517899 Mon Sep 17 00:00:00 2001 From: kopardev Date: Tue, 30 Jan 2024 13:39:11 -0500 Subject: [PATCH] chore: updates to fix issue 65 --- .github/workflows/add_reponame_labels.yml | 10 ++++ .github/workflows/docs.yml | 20 +++++++ docs/requirements.txt | 63 ++++++++++++----------- mkdocs.yml | 4 +- 4 files changed, 65 insertions(+), 32 deletions(-) create mode 100644 .github/workflows/add_reponame_labels.yml create mode 100644 .github/workflows/docs.yml diff --git a/.github/workflows/add_reponame_labels.yml b/.github/workflows/add_reponame_labels.yml new file mode 100644 index 0000000..a6d4acb --- /dev/null +++ b/.github/workflows/add_reponame_labels.yml @@ -0,0 +1,10 @@ +name: Auto add reponame as label to all issues and PRs + +on: + issues: + pull_request: + +jobs: + add_label: + uses: CCBR/.github/.github/workflows/add_reponame_issue_label.yml@v0.2.0 + secrets: inherit diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml new file mode 100644 index 0000000..eba7f0a --- /dev/null +++ b/.github/workflows/docs.yml @@ -0,0 +1,20 @@ +name: docs +on: + workflow_dispatch: + push: + branches: + - main + paths: + - 'docs/**' + +jobs: + deploy: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - uses: actions/setup-python@v2 + with: + python-version: 3.11 + - run: pip install --upgrade pip + - run: pip install -r docs/requirements.txt + - run: mkdocs gh-deploy --force \ No newline at end of file diff --git a/docs/requirements.txt b/docs/requirements.txt index 210976d..e2aadd9 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,39 +1,42 @@ -certifi==2022.9.24 -charset-normalizer==2.1.1 -click==8.1.3 +Babel==2.14.0 +certifi==2023.11.17 +charset-normalizer==3.3.2 +click==8.1.7 +colorama==0.4.6 csscompressor==0.9.5 ghp-import==2.1.0 -gitdb==4.0.9 -GitPython==3.1.29 -gtfparse==1.2.1 -htmlmin==0.1.12 -idna==3.4 -importlib-metadata==5.0.0 -Jinja2==3.1.2 +gitdb==4.0.11 +GitPython==3.1.41 +htmlmin2==0.1.13 +idna==3.6 +importlib-metadata==7.0.1 +importlib-resources==6.1.1 +Jinja2==3.1.3 jsmin==3.0.1 -Markdown==3.3.7 -MarkupSafe==2.1.1 +Markdown==3.5.2 +MarkupSafe==2.1.4 mergedeep==1.3.4 -mike==1.1.2 -mkdocs==1.4.1 +mike==2.0.0 +mkdocs==1.5.3 mkdocs-git-revision-date-plugin==0.3.2 -mkdocs-material==8.5.6 -mkdocs-material-extensions==1.0.3 -mkdocs-minify-plugin==0.5.0 -packaging==21.3 -Pygments==2.13.0 -pymdown-extensions==9.6 -pyparsing==3.0.9 +mkdocs-material==9.5.6 +mkdocs-material-extensions==1.3.1 +mkdocs-minify-plugin==0.8.0 +packaging==23.2 +paginate==0.5.6 +pathspec==0.12.1 +platformdirs==4.1.0 +Pygments==2.17.2 +pymdown-extensions==10.7 +pyparsing==3.1.1 python-dateutil==2.8.2 -PyYAML==6.0 +PyYAML==6.0.1 pyyaml_env_tag==0.1 -requests==2.28.1 +regex==2023.12.25 +requests==2.31.0 six==1.16.0 -smmap==5.0.0 -svgwrite==1.4.1 -swalign==0.3.6 -typing_extensions==4.4.0 -urllib3==1.26.12 +smmap==5.0.1 +urllib3==2.2.0 verspec==0.1.0 -watchdog==2.1.9 -zipp==3.9.0 +watchdog==3.0.0 +zipp==3.17.0 \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index a4defa5..3f8197e 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -76,8 +76,8 @@ markdown_extensions: - pymdownx.critic - pymdownx.details - pymdownx.emoji: - emoji_index: !!python/name:materialx.emoji.twemoji - emoji_generator: !!python/name:materialx.emoji.to_svg + emoji_index: !!python/name:material.extensions.emoji.twemoji + emoji_generator: !!python/name:material.extensions.emoji.to_svg - pymdownx.highlight - pymdownx.inlinehilite - pymdownx.keys