Skip to content

chore(deps): bump org.jenkins-ci.plugins:plugin from 4.78 to 4.79 (#261) #82

chore(deps): bump org.jenkins-ci.plugins:plugin from 4.78 to 4.79 (#261)

chore(deps): bump org.jenkins-ci.plugins:plugin from 4.78 to 4.79 (#261) #82

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16
cache: npm
- run: npm install
- name: Build
run: npm run docs:build
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GH_TOKEN }}
publish_dir: docs/.vitepress/dist