Naming workflow better.

This commit is contained in:
Nicolas 'Pixel' Noble 2021-01-29 18:58:56 -08:00
parent fb9808d92e
commit 504233c13e
1 changed files with 4 additions and 3 deletions

View File

@ -12,12 +12,13 @@ jobs:
- name: Checkout main
uses: actions/checkout@v1
- uses: n1hility/cancel-previous-runs@v2
- name: Cancel previous run
uses: n1hility/cancel-previous-runs@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
- uses: satackey/action-docker-layer-caching@v0.0.11
# Ignore the failure of a step and avoid terminating the job.
- name: Recall previous docker images
uses: satackey/action-docker-layer-caching@v0.0.11
continue-on-error: true
- name: Deploy docs