Skip to content

Commit 0842b1a

Browse files
committed
Устраняет недостатки
1 parent 0525a98 commit 0842b1a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/pr-preview.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ jobs:
2121
with:
2222
repository: doka-guide/content
2323
path: content
24+
- name: Загрузка кеша
25+
uses: actions/checkout@v2
26+
with:
27+
repository: doka-guide/cache
28+
path: cache
2429
- uses: actions/setup-node@v2
2530
with:
2631
node-version: 16
@@ -44,6 +49,8 @@ jobs:
4449
echo "::set-output name=check_id::$check_run_id"
4550
- name: Установка модулей
4651
run: npm ci
52+
- name: Копирование кеша
53+
run: cp -r ./cache/.cache ./
4754
- name: Сообщение о начале публикации превью
4855
uses: hasura/[email protected]
4956
with:

0 commit comments

Comments
 (0)