diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index e02fe85d1..2d29c589f 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -122,6 +122,9 @@ jobs: with: fetch-depth: 5 + # Ensure latest build if repository is not up-to-date + - run: rm -rf material + # Download distribution files - uses: actions/download-artifact@v1 with: diff --git a/README.md b/README.md index ed63439b6..910102cbb 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ -[![Travis][travis-image]][travis-link] +[![Github Action][action-image]][action-link] [![Downloads][downloads-image]][downloads-link] [![Gitter][gitter-image]][gitter-link] [![PyPI][pypi-image]][pypi-link] [![dependabot][dependabot-image]][dependabot-link] - [travis-image]: https://travis-ci.org/squidfunk/mkdocs-material.svg?branch=master - [travis-link]: https://travis-ci.org/squidfunk/mkdocs-material + [action-image]: https://github.com/squidfunk/mkdocs-material/workflows/package/badge.svg + [action-link]: https://github.com/squidfunk/mkdocs-material/actions [downloads-image]: https://img.shields.io/pypi/dm/mkdocs-material.svg [downloads-link]: https://pypistats.org/packages/mkdocs-material [gitter-image]: https://badges.gitter.im/squidfunk/mkdocs-material.svg diff --git a/src/partials/language/ru.html b/src/partials/language/ru.html index 07bc14b24..45b61cf59 100644 --- a/src/partials/language/ru.html +++ b/src/partials/language/ru.html @@ -20,7 +20,7 @@ IN THE SOFTWARE. --> - + {% macro t(key) %}{{ { "language": "ru", "clipboard.copy": "Копировать в буфер", diff --git a/src/partials/language/si.html b/src/partials/language/si.html index 6ad453d50..780036240 100644 --- a/src/partials/language/si.html +++ b/src/partials/language/si.html @@ -20,7 +20,7 @@ IN THE SOFTWARE. --> - + {% macro t(key) %}{{ { "language": "si", "clipboard.copy": "Kopiraj v odložišče", diff --git a/src/partials/language/sk.html b/src/partials/language/sk.html index 877cb7d17..4d1c30899 100644 --- a/src/partials/language/sk.html +++ b/src/partials/language/sk.html @@ -20,7 +20,7 @@ IN THE SOFTWARE. --> - + {% macro t(key) %}{{ { "language": "sk", "clipboard.copy": "Kopírovať do schránky", diff --git a/src/partials/language/uk.html b/src/partials/language/uk.html index 4924215ff..32988fbf7 100644 --- a/src/partials/language/uk.html +++ b/src/partials/language/uk.html @@ -20,7 +20,7 @@ IN THE SOFTWARE. --> - + {% macro t(key) %}{{ { "language": "uk", "clipboard.copy": "Скопіювати в буфер",