From f88bf6ba2061b9dd08eef1e7515028690af39a6b Mon Sep 17 00:00:00 2001 From: Ricardo Pardini Date: Sat, 9 Mar 2024 13:52:14 +0100 Subject: [PATCH] re-enable pdf build; 2023 -> 2024 --- .github/workflows/release.yaml | 6 +++--- mkdocs.yml | 12 ++++++------ 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e78222d0..7d06dddc 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -5,7 +5,7 @@ name: Create offline documentation to release on: push: - branches: [master] + branches: [ master ] workflow_dispatch: jobs: @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.8] + python-version: [ 3.8 ] steps: - uses: actions/checkout@v4 @@ -37,7 +37,7 @@ jobs: path: site/pdf/document.pdf deploy: - needs: [build] + needs: [ build ] runs-on: ubuntu-20.04 env: TZ: GMT diff --git a/mkdocs.yml b/mkdocs.yml index ee8a7481..68baa212 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,7 +1,7 @@ site_name: Armbian Documentation site_author: "Armbian team" -copyright: Copyright © 2015 - 2023 Armbian team +copyright: Copyright © 2015 - 2024 Armbian team repo_url: https://github.com/armbian/documentation repo_name: armbian/documentation @@ -42,11 +42,11 @@ extra: plugins: - search - #- with-pdf: - # author: Armbian documentation team - # copyright: © 2023 by Armbian - # cover_title: Armbian documentation - # cover_subtitle: Linux for ARM development boards + - with-pdf: + author: Armbian documentation team + copyright: © 2024 by Armbian + cover_title: Armbian documentation + cover_subtitle: Linux for ARM development boards markdown_extensions: - smarty