Caching docker image.

This commit is contained in:
Nicolas 'Pixel' Noble 2021-01-29 18:53:03 -08:00
parent ed90133d87
commit 39fd20814a

View File

@ -12,6 +12,10 @@ jobs:
- name: Checkout main - name: Checkout main
uses: actions/checkout@v1 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 - name: Deploy docs
uses: nicolasnoble/mkdocs-deploy-gh-pages@master uses: nicolasnoble/mkdocs-deploy-gh-pages@master
# Or use mhausenblas/mkdocs-deploy-gh-pages@nomaterial to build without the mkdocs-material theme # Or use mhausenblas/mkdocs-deploy-gh-pages@nomaterial to build without the mkdocs-material theme