Skip to content

Add how-to markdown content #30

Add how-to markdown content

Add how-to markdown content #30

Workflow file for this run

on:
push:
branches:
- master
jobs:
release-site:
runs-on: ubuntu-20.04
steps:
- uses: actions/[email protected]
with:
fetch-depth: 0
- uses: actions/[email protected]
with:
distribution: temurin
java-version: 21
- uses: gradle/actions/[email protected]
- name: Build
timeout-minutes: 25
run: ./gradlew check
- name: Setup Hugo
uses: peaceiris/[email protected]
with:
hugo-version: 'latest'
extended: true
- name: Build
run: hugo --minify -s src/website
- name: Deploy
uses: peaceiris/[email protected]
with:
personal_token: ${{ secrets.TOOLBOX_REPO_TOKEN }}
external_repository: http4k/www.http4k.org
publish_branch: main
publish_dir: src/website/public
cname: new.http4k.org