starters: add publication_type filter example

This commit is contained in:
George Cushen 2024-05-13 20:45:41 +01:00
commit c2e9a799f7
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
name: Deploy website to GitHub Pages name: Deploy website to GitHub Pages
env: env:
WC_HUGO_VERSION: '0.124.1' WC_HUGO_VERSION: '0.125.7'
on: on:
# Trigger the workflow every time you push to the `main` branch # Trigger the workflow every time you push to the `main` branch

View file

@ -3,7 +3,7 @@
publish = "public" publish = "public"
[build.environment] [build.environment]
HUGO_VERSION = "0.123.3" HUGO_VERSION = "0.125.7"
HUGO_ENABLEGITINFO = "true" HUGO_ENABLEGITINFO = "true"
[context.production.environment] [context.production.environment]