Skip to content

Commit

Permalink
fix: fix deployment actions
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanenkoStud committed Oct 25, 2023
1 parent 3ab1157 commit f58bc97
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 }}-${{ hashFiles('./packages/kite-chat-docs/dist') }}
key: ${{ runner.os }}
- name: List Cached Files
run: |
if [ -d "./packages/kite-chat-docs/dist" ]; then
Expand Down

0 comments on commit f58bc97

Please sign in to comment.