docs: fix deploy to LibreTime website

This commit is contained in:
Kyle Robbertze 2022-02-21 09:21:36 +02:00 committed by Jonas L
parent 3ec85d7821
commit a7e9549643
3 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@ name: Website
on:
push:
branches: [main, docs_update]
branches: [main]
paths:
- .github/workflows/website.yml
- website/**
@ -60,7 +60,7 @@ jobs:
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.ref == 'refs/heads/docs_update' }}
if: ${{ github.ref == 'refs/heads/main' }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./website/build

View File

@ -8,7 +8,7 @@ const config = {
title: vars.title,
tagline: vars.description,
url: vars.website,
baseUrl: "/libretime/",
baseUrl: "/",
onBrokenLinks: "throw",
onBrokenMarkdownLinks: "throw",
favicon: "img/icon.svg",

View File

@ -2,7 +2,7 @@ module.exports = {
title: "LibreTime",
description: "Radio Broadcast & Automation Platform",
version: "3.0.0-alpha.10",
website: "https://jooola.github.io",
website: "https://libretime.org",
repository: {
href: "https://github.com/libretime/libretime",