Skip to content

Commit

Permalink
Чинит копирование кеша
Browse files Browse the repository at this point in the history
  • Loading branch information
igsekor committed Apr 30, 2024
1 parent 4c2104e commit 027236b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Установка модулей
run: npm ci
- name: Копирование кеша
run: cp -r ./cache/.cache ./
run: cp ./cache/issues.json ./.issues.json
- name: Сообщение о начале публикации превью
uses: hasura/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/product-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Установка модулей
run: npm ci
- name: Копирование кеша
run: cp -r ./cache/.cache ./
run: cp ./cache/issues.json ./.issues.json
- name: Сборка сайта
run: |
cp .env.example .env
Expand Down

0 comments on commit 027236b

Please sign in to comment.