Skip to content

Added plugin for Infrahub (#42) #147

Added plugin for Infrahub (#42)

Added plugin for Infrahub (#42) #147

Workflow file for this run

---
name: build nornir.tech sources
on: [push, pull_request]
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.65.3'
extended: true
- name: Build
run: make gen