Skip to content

docs: more tui images and access logs page #418

docs: more tui images and access logs page

docs: more tui images and access logs page #418

Workflow file for this run

name: release
on:
push:
branches:
- main
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set outputs
id: vars
run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
- uses: actions/setup-go@v4
with:
go-version: "1.21"
- name: build docs site
run: make ssg
- name: publish to pgs
uses: picosh/pgs-action@v5
with:
key: ${{ secrets.PRIVATE_KEY }}
cert_pubkey: ${{ secrets.CERT_PUBKEY }}
src: "./public/"
project: "docs-${{ steps.vars.outputs.sha_short }}"
promote: "docs-prod"
retain: "docs-"