Skip to content

Commit

Permalink
main.yml отступы
Browse files Browse the repository at this point in the history
  • Loading branch information
alisaorange committed Oct 30, 2024
1 parent 042ce09 commit a86532b
Show file tree
Hide file tree
Showing 3 changed files with 137 additions and 42 deletions.
44 changes: 22 additions & 22 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,28 +34,28 @@ jobs:
- name: Run tests and linter
run: npm run lint && npm test

# Собираем приложение
# - name: Build Application
# run: npm run build

# Публикуем приложение на Github Pages
# - name: Deploy to Github Pages
# uses: JamesIves/[email protected]
# with:
# branch: gh-pages
# folder: dist

# # Собираем Storybook
- name: Build Storybook
run: npm run build-storybook

# # Публикуем Storybook на Github Pages
- name: Deploy Storybook to Github Pages
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: storybook-static
commit-message: "Automatically publish Storybook"
# Собираем приложение
# - name: Build Application
# run: npm run build

# Публикуем приложение на Github Pages
# - name: Deploy to Github Pages
# uses: JamesIves/[email protected]
# with:
# branch: gh-pages
# folder: dist

# # Собираем Storybook
- name: Build Storybook
run: npm run build-storybook

# # Публикуем Storybook на Github Pages
- name: Deploy Storybook to Github Pages
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: storybook-static
commit-message: "Automatically publish Storybook"

# Останавливаем выполнение строго при неудачных тестах
- name: Fail on failed tests
Expand Down
132 changes: 113 additions & 19 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
"dependencies": {
"clsx": "^1.2.1",
"react": "^18.3.1",
"react-dom": "^18.3.1"
"react-dom": "^18.3.1",
"react-i18next": "^15.1.0"
}
}

0 comments on commit a86532b

Please sign in to comment.