Skip to content

Merge branch 'main' of https://github.com/Intelligence-AI/learnjsonsc… #44

Merge branch 'main' of https://github.com/Intelligence-AI/learnjsonsc…

Merge branch 'main' of https://github.com/Intelligence-AI/learnjsonsc… #44

Workflow file for this run

name: website
on:
push:
branches-ignore:
- main
concurrency:
group: website-build-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- run: sudo apt update
- run: sudo apt install -y hugo
- run: make html