Skip to content

Bump vite from 4.5.2 to 4.5.3 in /warduino (#6) #92

Bump vite from 4.5.2 to 4.5.3 in /warduino (#6)

Bump vite from 4.5.2 to 4.5.3 in /warduino (#6) #92

Workflow file for this run

name: Deploy WARDuino pages
on:
push:
branches:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: vuepress-deploy
uses: jenkey2011/vuepress-deploy@master
env:
ACCESS_TOKEN: ${{ secrets.PAGES_TOKEN }}
TARGET_REPO: topllab/WARDuino
TARGET_BRANCH: gh-pages
BUILD_SCRIPT: cd warduino/ && yarn && yarn build
BUILD_DIR: .vitepress/dist