Skip to content

fixup! e6a25631e0ea20b4478636de8c6e2792dc94ea1c #3

fixup! e6a25631e0ea20b4478636de8c6e2792dc94ea1c

fixup! e6a25631e0ea20b4478636de8c6e2792dc94ea1c #3

Workflow file for this run

name: CI
on: [push, pull_request]
env:
HUGO_VERSION: 0.119.0
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: install Hugo {{ env.HUGO_VERSION }}
run: |
set -x &&
curl -Lo /tmp/hugo.deb https://github.com/gohugoio/hugo/releases/download/v$HUGO_VERSION/hugo_extended_${HUGO_VERSION}_linux-amd64.deb &&
sudo dpkg -i /tmp/hugo.deb
- name: run Hugo to build the pages
run: hugo
- name: run Pagefind to build the search index
run: npx -y pagefind --site public
- name: Upload build artifact
uses: actions/upload-artifact@v3
with:
name: pages
path: public/