From 39fd20814ae5dd97884722df55f5045534d292c6 Mon Sep 17 00:00:00 2001 From: Nicolas 'Pixel' Noble Date: Fri, 29 Jan 2021 18:53:03 -0800 Subject: [PATCH] Caching docker image. --- .github/workflows/mkdocs.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/mkdocs.yml b/.github/workflows/mkdocs.yml index 33eedc3..30a55af 100644 --- a/.github/workflows/mkdocs.yml +++ b/.github/workflows/mkdocs.yml @@ -12,6 +12,10 @@ jobs: - name: Checkout main uses: actions/checkout@v1 + - uses: satackey/action-docker-layer-caching@v0.0.11 + # Ignore the failure of a step and avoid terminating the job. + continue-on-error: true + - name: Deploy docs uses: nicolasnoble/mkdocs-deploy-gh-pages@master # Or use mhausenblas/mkdocs-deploy-gh-pages@nomaterial to build without the mkdocs-material theme