Skip to content

Upgrade versions to v1.4.0 #45

Upgrade versions to v1.4.0

Upgrade versions to v1.4.0 #45

Workflow file for this run

name: Guide
on:
push:
branches: [ main ]
jobs:
vuepress:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: vuepress-deploy
uses: jenkey2011/vuepress-deploy@master
env:
ACCESS_TOKEN: ${{ secrets.DEPLOY_TOKEN }}
TARGET_REPO: felixriese/susi
TARGET_BRANCH: gh-pages
BUILD_SCRIPT: cd ./guide && yarn && yarn build
# relative to the ./guide directory:
BUILD_DIR: .vuepress/dist