ci: add website-preview workflow

This commit is contained in:
jo 2022-04-10 16:29:12 +02:00 committed by Kyle Robbertze
parent 6e00a75f9f
commit 388519fa73
3 changed files with 134 additions and 2 deletions

View file

@ -7,8 +7,8 @@ const vars = require("./vars");
const config = {
title: vars.title,
tagline: vars.description,
url: vars.website,
baseUrl: "/",
url: process.env.URL || vars.website,
baseUrl: process.env.BASE_URL || "/",
onBrokenLinks: "throw",
onBrokenMarkdownLinks: "throw",
favicon: "img/icon.svg",