Skip to content

Update Justfile

Update Justfile #67

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