Skip to content

newer Prometheus middleware #76

newer Prometheus middleware

newer Prometheus middleware #76

Workflow file for this run

name: publish to gh-pages
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: "1.19"
- name: Install Hugo
run: go install github.com/gohugoio/hugo@v0.94.2
- name: Build static pages
run: |
cd website
hugo -D
- name: Publish to gh-pages branch
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./website/public
cname: echo.labstack.com