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 109127b commit 824f5ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ jobs:
echo "::set-output name=check_id::$check_run_id"
- name: Установка модулей
run: npm ci
- name: Копирование кеша
run: cp ./cache/.issues.json ./
- name: Сообщение о начале публикации превью
uses: hasura/[email protected]
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/product-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ jobs:
ssh -o StrictHostKeyChecking=no [email protected]
- name: Установка модулей
run: npm ci
- name: Копирование кеша
run: cp ./cache/.issues.json ./
- name: Сборка сайта
run: |
cp .env.example .env
Expand Down

0 comments on commit 824f5ba

Please sign in to comment.