Skip to content

Commit

Permalink
Revert "fix: fix deployment actions"
Browse files Browse the repository at this point in the history
This reverts commit f58bc97.
  • Loading branch information
RomanenkoStud committed Oct 25, 2023
1 parent d2d57fc commit 7432b46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
path: |
./packages/kite-chat-docs/dist
key: ${{ runner.os }}
key: ${{ runner.os }}-${{ hashFiles('./packages/kite-chat-docs/dist') }}
- name: List Cached Files
run: |
if [ -d "./packages/kite-chat-docs/dist" ]; then
Expand Down

0 comments on commit 7432b46

Please sign in to comment.