feat: build docs and publish to GitHub pages (#2067)

* try: build docs

* try: build docs

* try: publish

* try: verify publishing works on fork

* try: verify publishing works on fork

* try: publish pages using actions/deploy-pages

* try: publish pages using actions/deploy-pages

* try: publish pages using actions/deploy-pages

* try: publish pages using actions/deploy-pages

* feat: build docs and deploy to GitHub pages

* fix: run on PRs for main

* try: baseURL with custom domain

* try: baseURL with custom domain

* fix: revert baseURL with custom domain, it works.
This commit is contained in:
DrPsychick
2025-09-21 19:54:59 +02:00
committed by GitHub
parent 825d457af1
commit 4205b65df4
2 changed files with 64 additions and 1 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM alpine:3.8 as builder
FROM alpine:3.8 AS builder
ARG HUGO_VERSION=0.125.1
ENV HUGO_BINARY=hugo_${HUGO_VERSION}_Linux-64bit.tar.gz