Skip to content

Commit

Permalink
ci: update deploy-sites job to restore sage-lib-build cache
Browse files Browse the repository at this point in the history
  • Loading branch information
kajabi-bot committed Sep 30, 2023
1 parent 9f4ee4b commit a74c8ce
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/release-deploy-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,17 @@ jobs:
with:
node-version: 16.20.0

- name: Restore Build assets
uses: actions/cache/restore@v3
id: restore-sage-lib-build-assets
env:
cache-name: sage-lib-build-assets
with:
path: |
'packages/**'
'docs/**'
key: ${{ runner.os }}-build-${{ env.cache-name }}

- name: Deploy Documentation Site
env:
HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}
Expand Down

0 comments on commit a74c8ce

Please sign in to comment.