Skip to content

Merge branch 'main' of https://github.com/jenkinsci/templating-engine… #66

Merge branch 'main' of https://github.com/jenkinsci/templating-engine…

Merge branch 'main' of https://github.com/jenkinsci/templating-engine… #66

Workflow file for this run

name: docs
on:
push:
branches:
- main
jobs:
DeployDocs:
runs-on: ubuntu-latest
if: github.repository == 'jenkinsci/templating-engine-plugin'
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: extractions/setup-just@v1
- name: "Deploy the Docs"
run: just update-docs