diff --git a/.github/workflows/release-deploy-v2.yml b/.github/workflows/release-deploy-v2.yml index b7b07b2d9d..a214e7501c 100644 --- a/.github/workflows/release-deploy-v2.yml +++ b/.github/workflows/release-deploy-v2.yml @@ -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 }}