Skip to content

Fix deploy action failing #107

Fix deploy action failing

Fix deploy action failing #107

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: rdenarie/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