Skip to content

Commit

Permalink
Fix GitHub Actions deployment workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
superstructor committed Aug 24, 2020
1 parent 83c30ff commit c48deaa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/continuous-deployment-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ jobs:
image: day8au/dev-ci:0.0.8
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Maven cache
id: maven-cache
uses: actions/cache@v2
Expand Down

0 comments on commit c48deaa

Please sign in to comment.