Skip to content

Update plugins.yaml #138

Update plugins.yaml

Update plugins.yaml #138

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