Skip to content

New analytics engine #64

New analytics engine

New analytics engine #64

name: "Deploy to GitHub Pages"
on:
push:
branches: [main]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0
- name: Setup Hugo
uses: peaceiris/actions-hugo@v3
with:
hugo-version: "0.133.0"
extended: true
- name: Build
run: hugo --minify
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.ref == 'refs/heads/main' }}
with:
github_token: ${{ secrets.ghpat }}
publish_dir: ./public
cname: digitalevidencetoolkit.org