mirror of
https://github.com/linuxserver/docker-documentation.git
synced 2026-02-19 18:14:15 +08:00
Merge branch 'master' of github.com:linuxserver/docker-documentation into mkdocs-monthly
Signed-off-by: Eric Nemchik <eric@nemchik.com>
This commit is contained in:
commit
accf1e43fb
8
.github/workflows/deploy.yml
vendored
8
.github/workflows/deploy.yml
vendored
@ -8,11 +8,11 @@ jobs:
|
||||
name: Build docs
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3.5.3
|
||||
- uses: actions/checkout@v4.1.0
|
||||
- uses: actions/setup-python@v4.7.0
|
||||
with:
|
||||
python-version: 3.x
|
||||
- uses: actions/cache@v3.3.1
|
||||
- uses: actions/cache@v3.3.2
|
||||
with:
|
||||
key: ${{ github.ref }}
|
||||
path: .cache
|
||||
@ -25,13 +25,13 @@ jobs:
|
||||
name: Deploy docs
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3.5.3
|
||||
- uses: actions/checkout@v4.1.0
|
||||
with:
|
||||
fetch-depth: '0'
|
||||
- uses: actions/setup-python@v4.7.0
|
||||
with:
|
||||
python-version: 3.x
|
||||
- uses: actions/cache@v3.3.1
|
||||
- uses: actions/cache@v3.3.2
|
||||
with:
|
||||
key: ${{ github.ref }}
|
||||
path: .cache
|
||||
|
||||
2
.github/workflows/sync.yml
vendored
2
.github/workflows/sync.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
||||
summary-syncer:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3.5.3
|
||||
- uses: actions/checkout@v4.1.0
|
||||
with:
|
||||
fetch-depth: "0"
|
||||
|
||||
|
||||
@ -138,6 +138,7 @@
|
||||
* [linuxserver/resilio-sync](images/docker-resilio-sync.md)
|
||||
* [linuxserver/rsnapshot](images/docker-rsnapshot.md)
|
||||
* [linuxserver/sabnzbd](images/docker-sabnzbd.md)
|
||||
* [linuxserver/series-troxide](images/docker-series-troxide.md)
|
||||
* [linuxserver/sickchill](images/docker-sickchill.md)
|
||||
* [linuxserver/sickgear](images/docker-sickgear.md)
|
||||
* [linuxserver/smokeping](images/docker-smokeping.md)
|
||||
@ -156,6 +157,7 @@
|
||||
* [linuxserver/tvheadend](images/docker-tvheadend.md)
|
||||
* [linuxserver/ubooquity](images/docker-ubooquity.md)
|
||||
* [linuxserver/unifi-controller](images/docker-unifi-controller.md)
|
||||
* [linuxserver/unifi-network-application](images/docker-unifi-network-application.md)
|
||||
* [linuxserver/vscodium](images/docker-vscodium.md)
|
||||
* [linuxserver/webcord](images/docker-webcord.md)
|
||||
* [linuxserver/webgrabplus](images/docker-webgrabplus.md)
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
mkdocs-awesome-pages-plugin==2.9.2
|
||||
mkdocs-git-revision-date-localized-plugin==1.2.0
|
||||
mkdocs-material==9.1.21
|
||||
mkdocs-material==9.4.2
|
||||
mkdocs-minify-plugin==0.7.1
|
||||
mkdocs-redirects==1.2.1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user