diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 734e9190e..87addf31c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/setup-python@v4 with: python-version: 3.x - - uses: actions/cache@v2 + - uses: actions/cache@v3 with: key: ${{ github.ref }} path: .cache @@ -31,7 +31,7 @@ jobs: - uses: actions/setup-python@v4 with: python-version: 3.x - - uses: actions/cache@v2 + - uses: actions/cache@v3 with: key: ${{ github.ref }} path: .cache diff --git a/docs/Hardlinks/How-to-setup-for/Synology.md b/docs/Hardlinks/How-to-setup-for/Synology.md index cf7517c85..3b5c51f99 100644 --- a/docs/Hardlinks/How-to-setup-for/Synology.md +++ b/docs/Hardlinks/How-to-setup-for/Synology.md @@ -25,7 +25,9 @@ This page will provide you with guidance on how to install several Docker images **:bangbang: We are not held reliable if anything breaks on your system. Use at your own risk :bangbang:** - To get this working you will need to enable terminal access (SSH) and home folders + To get this working you will need to enable terminal access (SSH) and home folders. + + Be sure to delete current running Docker containers related to this guide (ie. *arr apps, download clients), backup settings before you do. To enable SSH on your Synology take a look [HERE](#ssh){:target="_blank" rel="noopener noreferrer"}. diff --git a/docs/requirements.txt b/docs/requirements.txt index 6f245c8ad..b734121e5 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -2,8 +2,8 @@ lightgallery==0.5 mkdocs-awesome-pages-plugin==2.8.0 mkdocs-git-revision-date-localized-plugin==1.1.0 mkdocs-macros-plugin==0.7.0 -mkdocs-material==8.4.0 +mkdocs-material==8.4.2 mkdocs-minify-plugin==0.5.0 -mkdocs-redirects==1.0.6 +mkdocs-redirects==1.1.0 mkdocs-include-markdown-plugin==3.6.1 mkdocs-markdownextradata-plugin==0.2.5 \ No newline at end of file