Skip to content

Commit

Permalink
re-enable pdf build; 2023 -> 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
rpardini authored and igorpecovnik committed Mar 9, 2024
1 parent 58c42bd commit f88bf6b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ name: Create offline documentation to release

on:
push:
branches: [master]
branches: [ master ]
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8]
python-version: [ 3.8 ]

steps:
- uses: actions/checkout@v4
Expand All @@ -37,7 +37,7 @@ jobs:
path: site/pdf/document.pdf

deploy:
needs: [build]
needs: [ build ]
runs-on: ubuntu-20.04
env:
TZ: GMT
Expand Down
12 changes: 6 additions & 6 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f88bf6b

Please sign in to comment.