Skip to content

Commit

Permalink
UPD: Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nandyalu committed Dec 13, 2024
1 parent 4dffceb commit 60cadeb
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 14 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/docs-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,15 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: 3.x
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
- uses: actions/cache@v4
with:
key: mkdocs-material-${{ env.cache_id }}
path: .cache
restore-keys: |
mkdocs-material-
- run: pip install mkdocs-material mkdocs-git-revision-date-localized-plugin mkdocs_github_changelog
# - run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
# - uses: actions/cache@v4
# with:
# key: mkdocs-material-${{ env.cache_id }}
# path: .cache
# restore-keys: |
# mkdocs-material-
- name: Install Dependencies
run: pip install mkdocs-material mkdocs-git-revision-date-localized-plugin mkdocs_github_changelog
- name: Build and Deploy
run: mkdocs gh-deploy --force
env:
Expand Down
2 changes: 1 addition & 1 deletion docs/help/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
markdown

::github-release-changelog <org>\<repo>
::github-release-changelog nandyalu\trailarr
base_indent: 2
token: !ENV GITHUB_TOKEN
<!-- github_api_url: <url> -->
Expand Down
2 changes: 1 addition & 1 deletion docs/help/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## **v0.2.4-beta** - _December 06, 2024_
## **v0.2.5-beta** - _December 13, 2024_
**Other Changes:**

- Current installed version of `yt-dlp` stopped working a few days ago, updating to the latest version!
Expand Down
8 changes: 4 additions & 4 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,15 @@ plugins:
- git-revision-date-localized
# - swagger-ui-tag
- mkdocs_github_changelog:
token: !ENV GITHUB_TOKEN
# token: !ENV GITHUB_TOKEN
# Github token (needs repo scope for private repos, and may be worth setting for public repos due to rate limiting).
# github_api_url: <url>
# URL for github api endpoint if not standard github.com (This is not tested on github enterprise server).
# release_template: <jinja2 str>
# Jinja2 template string to override the default.
match: '[0-9+].[0-9+].[0-9]+'
# match: '[0-9+].[0-9+].[0-9]+'
# Regex string for matching the rleease name.
autoprocess: True
# autoprocess: True
# Autoprocess the body for user and issue/pull request links
enabled: True
# Enable or disable the plugin.
Expand Down Expand Up @@ -102,7 +102,7 @@ nav:
- Common: help/common.md
- FAQ: help/faq.md
- Release Notes: help/release-notes.md
# - Changelog: help/changelog.md
- Changelog: help/changelog.md
- Docker Builder: help/docker-builder/builder.html
# extra_javascript:
# - js/docker-builder.js

0 comments on commit 60cadeb

Please sign in to comment.