Skip to content

build(deps): bump @vkontakte/vkui from 6.0.2 to 6.0.3 (#535) #495

build(deps): bump @vkontakte/vkui from 6.0.2 to 6.0.3 (#535)

build(deps): bump @vkontakte/vkui from 6.0.2 to 6.0.3 (#535) #495

Workflow file for this run

name: Build and Deploy
on:
push:
branches:
- main
jobs:
test:
uses: ./.github/workflows/workflow-test.yml
build:
uses: ./.github/workflows/workflow-build.yml
deploy:
needs:
- build
runs-on: ubuntu-latest
steps:
- name: Download build
uses: actions/download-artifact@v4
with:
name: build
- name: Deploy 🚀
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: .