LinuxServer-CI
198aedbebf
Bot Updating Documentation
2022-12-26 16:22:27 +01:00
LinuxServer-CI
53e3a7c986
Bot Updating Documentation
2022-12-24 07:52:47 -06:00
LinuxServer-CI
1e2633e5f8
Bot Updating Documentation
2022-12-24 07:52:07 -06:00
LinuxServer-CI
735f245b86
Bot Updating Documentation
2022-12-23 17:03:32 -06:00
LinuxServer-CI
518ef30b8c
Bot Updating Documentation
2022-12-23 17:19:44 +01:00
LinuxServer-CI
7a01a75b1e
Bot Updating Documentation
2022-12-22 16:35:10 -06:00
LinuxServer-CI
320464dcb8
Bot Updating Documentation
2022-12-22 18:16:31 +01:00
LinuxServer-CI
3189db01a5
Bot Updating Documentation
2022-12-21 14:43:43 -06:00
LinuxServer-CI
195ff2ccd8
Bot Updating Documentation
2022-12-21 09:35:54 -06:00
LinuxServer-CI
e86b6fee65
Bot Updating Documentation
2022-12-21 07:43:25 -06:00
LinuxServer-CI
59c6bcec09
Bot Updating Documentation
2022-12-20 17:29:27 -06:00
LinuxServer-CI
2ed10c5ebe
Bot Updating Documentation
2022-12-20 23:28:23 +01:00
LinuxServer-CI
b6f6c23131
Bot Updating Documentation
2022-12-20 16:14:00 +00:00
Eric Nemchik
beaf66e7db
Merge pull request #69 from linuxserver/dependabot/github_actions/actions/setup-python-4.3.1
...
Bump actions/setup-python from 4.3.0 to 4.3.1
2022-12-18 21:22:28 -06:00
dependabot[bot]
c0bbc4a364
Bump actions/setup-python from 4.3.0 to 4.3.1
...
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from 4.3.0 to 4.3.1.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/v4.3.0...v4.3.1 )
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-12-19 03:20:18 +00:00
Eric Nemchik
d724e944fe
Merge pull request #70 from linuxserver/dependabot/github_actions/actions/checkout-3.2.0
...
Bump actions/checkout from 3.1.0 to 3.2.0
2022-12-18 21:11:57 -06:00
dependabot[bot]
4ad3a967e9
Bump actions/checkout from 3.1.0 to 3.2.0
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v3.1.0...v3.2.0 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-12-19 02:12:31 +00:00
LinuxServer-CI
e4ee5d61a7
Bot Updating Documentation
2022-12-18 10:18:21 -06:00
LinuxServer-CI
ae5b675d94
Bot Updating Documentation
2022-12-17 20:15:38 +01:00
LinuxServer-CI
66f1c7abbc
Bot Updating Documentation
2022-12-17 19:54:15 +01:00
LinuxServer-CI
a2fe77ea30
Bot Updating Documentation
2022-12-16 16:18:22 +01:00
LinuxServer-CI
eafe5360b6
Bot Updating Documentation
2022-12-16 15:16:26 +00:00
LinuxServer-CI
692e46fe6b
Bot Updating Documentation
2022-12-16 09:03:36 -06:00
LinuxServer-CI
d994169a53
Bot Updating Documentation
2022-12-16 09:01:39 -06:00
LinuxServer-CI
31c0d3fc6d
Bot Updating Documentation
2022-12-16 16:01:25 +01:00
LinuxServer-CI
1a20141447
Bot Updating Documentation
2022-12-16 06:26:17 -06:00
LinuxServer-CI
eff9865242
Bot Updating Documentation
2022-12-15 11:43:23 -06:00
LinuxServer-CI
7fb1179c6d
Bot Updating Documentation
2022-12-15 18:12:27 +01:00
LinuxServer-CI
7e8141bfa8
Bot Updating Documentation
2022-12-15 09:34:34 -06:00
LinuxServer-CI
e36c575cb3
Bot Updating Documentation
2022-12-15 16:34:11 +01:00
LinuxServer-CI
27c7d8cead
Bot Updating Documentation
2022-12-14 11:11:12 +01:00
LinuxServer-CI
44b4298e2a
Bot Updating Documentation
2022-12-13 19:47:04 +01:00
LinuxServer-CI
a7588a669c
Bot Updating Documentation
2022-12-13 19:45:59 +01:00
LinuxServer-CI
e3bd01cc21
Bot Updating Documentation
2022-12-12 09:05:18 -06:00
LinuxServer-CI
711eea46ac
Bot Updating Documentation
2022-12-12 15:25:04 +01:00
LinuxServer-CI
983ffda0b6
Bot Updating Documentation
2022-12-12 07:59:10 -06:00
LinuxServer-CI
32b7254e64
Bot Updating Documentation
2022-12-10 20:03:54 +01:00
LinuxServer-CI
31efc228b1
Bot Updating Documentation
2022-12-07 21:30:13 +00:00
LinuxServer-CI
5b05205652
Bot Updating Documentation
2022-12-07 14:40:01 -06:00
Eric Nemchik
df1ed8c3f9
Merge pull request #68 from linuxserver/fix-regex
...
Fix exclusion regex
2022-12-07 13:10:04 -06:00
Eric Nemchik
b84215f62d
Fix exclusion regex
...
`ci` was preventing `audacity` from being included.
Old logic:
`docker-` followed by any characters, but look for pattern X to exclude, so `docker-someXthing` would be excluded.
New logic:
`docker-` followed immediately by pattern X and then a `.` should be excluded, anything else should be included
2022-12-07 11:43:52 -06:00
LinuxServer-CI
b0b0193129
Automated syncing of SUMMARY
2022-12-07 16:59:20 +00:00
Eric Nemchik
d534363c90
Merge pull request #67 from linuxserver/deprecations
...
Update docs for deprecated images
2022-12-07 10:59:01 -06:00
LinuxServer-CI
f65b2d58a9
Bot Updating Documentation
2022-12-07 08:39:49 -06:00
Eric Nemchik
f0155a1a3d
Update docs for deprecated images
...
Fixes mkdocs nav
2022-12-04 08:46:13 -06:00
LinuxServer-CI
815b54001c
Bot Updating Documentation
2022-12-03 18:06:15 +01:00
LinuxServer-CI
debfeb9388
Bot Updating Documentation
2022-12-01 22:04:36 -06:00
Eric Nemchik
8b36a82a1c
Merge pull request #66 from linuxserver/dependabot/pip/mkdocs-minify-plugin-0.6.2
...
Bump mkdocs-minify-plugin from 0.6.1 to 0.6.2
2022-12-01 20:19:25 -06:00
dependabot[bot]
910c31b242
Bump mkdocs-minify-plugin from 0.6.1 to 0.6.2
...
Bumps [mkdocs-minify-plugin](https://github.com/byrnereese/mkdocs-minify-plugin ) from 0.6.1 to 0.6.2.
- [Release notes](https://github.com/byrnereese/mkdocs-minify-plugin/releases )
- [Commits](https://github.com/byrnereese/mkdocs-minify-plugin/compare/0.6.1...0.6.2 )
---
updated-dependencies:
- dependency-name: mkdocs-minify-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-12-02 02:17:45 +00:00
Eric Nemchik
52b4113983
Merge pull request #65 from linuxserver/dependabot/pip/mkdocs-material-8.5.11
...
Bump mkdocs-material from 8.5.10 to 8.5.11
2022-12-01 20:17:11 -06:00