[ci] fix
Some checks failed
docker / build-docker (linux/386) (push) Failing after 1m15s
docker / build-docker (linux/amd64) (push) Failing after 14s
docker / build-docker (linux/arm/v5) (push) Failing after 14s
docker / build-docker (linux/arm/v7) (push) Failing after 14s
docker / build-docker (linux/arm64) (push) Failing after 13s
docker / build-docker (linux/arm64/v8) (push) Failing after 14s
docker / build-docker (linux/riscv64) (push) Failing after 14s

This commit is contained in:
royalcat 2024-03-28 17:27:38 +03:00
parent 1a1e658fa9
commit e82d000729
2 changed files with 1 additions and 28 deletions

View file

@ -40,7 +40,7 @@ jobs:
- name: Docker meta
id: meta
uses: docker/metadata-action@v5
uses: https://github.com/docker/metadata-action@v5
with:
# list of Docker images to use as base name for tags
images: git.kmsign.ru/${{ github.repository }}

View file

@ -1,27 +0,0 @@
name: mkdocs
on:
push:
branches:
- master
tags:
- "v*"
jobs:
mkdocs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: 3.x
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
- uses: actions/cache@v3
with:
key: mkdocs-material-${{ env.cache_id }}
path: .cache
restore-keys: |
mkdocs-material-
- run: pip install mkdocs-material
- run: mkdocs gh-deploy --force