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 8c722ae commit 72a38cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/pr-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ jobs:
with:
repository: doka-guide/cache
path: cache
- uses: actions/setup-node@v2
with:
repository: doka-guide/cache
path: cache
- uses: actions/setup-node@v4
with:
node-version: 20
Expand All @@ -54,7 +50,7 @@ jobs:
- name: Установка модулей
run: npm ci
- name: Копирование кеша
run: cp ./cache/.issues.json ./
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 @@ -50,7 +50,7 @@ jobs:
- name: Установка модулей
run: npm ci
- name: Копирование кеша
run: ls -al cache && cp ./cache/.issues.json ./
run: cp ./cache/issues.json ./.issues.json
- name: Сборка сайта
run: |
cp .env.example .env
Expand Down

0 comments on commit 72a38cc

Please sign in to comment.