Skip to content

Adde LPA and Geneva #94

Adde LPA and Geneva

Adde LPA and Geneva #94

Workflow file for this run

---
name: Build & Publish to GitHub Pages
on:
push:
branches:
- master
jobs:
build-and-publish:
runs-on: ubuntu-latest
steps:
- name: GitHub Checkout
uses: actions/checkout@v4
- name: Setup Hugo
uses: peaceiris/actions-hugo@v3
with:
hugo-version: latest
extended: true
- name: Build
run: hugo --minify --gc
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
allow_empty_commit: true
cname: ernesto.es