Skip to content

Commit

Permalink
Naming workflow better.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasnoble committed Jan 30, 2021
1 parent fb9808d commit 504233c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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[email protected]
# Ignore the failure of a step and avoid terminating the job.
- name: Recall previous docker images
uses: satackey/[email protected]
continue-on-error: true

- name: Deploy docs
Expand Down

0 comments on commit 504233c

Please sign in to comment.