Skip to content

Commit

Permalink
test deploy cache
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriipavlov committed Mar 31, 2024
1 parent 6bd6e89 commit 46469fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/job-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,13 @@ jobs:
bash ./sh/install-node.sh yes
- name: Cache dependencies - save
if: steps.cache-deps-restore.outputs.cache-hit != 'true'
uses: actions/cache/save@v4
with:
path: |
vendor
key: build-cache-${{ inputs.SSH_HOST_ALIAS }}-${{ runner.os }}

- name: Cache dependencies theme - save
if: steps.cache-deps-restore-theme.outputs.cache-hit != 'true'
uses: actions/cache/save@v4
with:
path: |
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 46469fa

Please sign in to comment.