Skip to content

Refactor photo to illustration and make component zoomable #80

Refactor photo to illustration and make component zoomable

Refactor photo to illustration and make component zoomable #80

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