Skip to content

Commit

Permalink
GitHub Actions caching improvements (#482)
Browse files Browse the repository at this point in the history
Restored separate deployment caches.
  • Loading branch information
freemanjp committed Aug 1, 2022
1 parent 0025998 commit a7ff900
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/maven-deploy.yml
Expand Up @@ -25,6 +25,7 @@ jobs:
- name: Cache local Maven repository
uses: gantsign/maven-periodic-cache-action@v1
with:
key-suffix: '-deploy'
additional-path: '!~/.m2/repository/com/github/gantsign/maven'
- name: Deploy with Maven
run: .github/scripts/deploy.sh
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Expand Up @@ -37,6 +37,7 @@ jobs:
- name: Cache local Maven repository
uses: gantsign/maven-periodic-cache-action@v1
with:
key-suffix: '-deploy-site'
additional-path: '!~/.m2/repository/com/github/gantsign/maven'
- name: Configure Git user
run: >-
Expand Down

0 comments on commit a7ff900

Please sign in to comment.