Commit Graph

27 Commits (main)

Author SHA1 Message Date
simonsan 74d82e3772
style: format code blocks
Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com>
2 months ago
simonsan 91d342c987
ci: fix pandoc pdf build that failed due to wrong pdf filename 2 months ago
simonsan d96de404c4
feat(pdf): add pdf download (#399)
Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com>
2 months ago
simonsan 9a69ea655d
feat: use mdbook-last-changed to indicate when a file has been last updated 2 months ago
Max Heller 3dd157b9d7
fix(PDF): install `texlive-latex-extra` to get `fvextra` to enable line wrapping in code blocks (#398) 2 months ago
simonsan edae79a67b
chore(deps): update pinned versions (#397) 2 months ago
Max Heller 2ccd0e1404
feat: render PDF version of book with `mdbook-pandoc` (#394) 2 months ago
dependabot[bot] 345910d270
Bump actions/upload-pages-artifact from 2 to 3 (#385)
Bumps [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) from 2 to 3.
- [Release notes](https://github.com/actions/upload-pages-artifact/releases)
- [Commits](https://github.com/actions/upload-pages-artifact/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/upload-pages-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 months ago
dependabot[bot] 3f5723db86
Bump actions/deploy-pages from 3 to 4 (#386)
Bumps [actions/deploy-pages](https://github.com/actions/deploy-pages) from 3 to 4.
- [Release notes](https://github.com/actions/deploy-pages/releases)
- [Commits](https://github.com/actions/deploy-pages/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/deploy-pages
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 months ago
dependabot[bot] f92f2e32a5
Bump actions/deploy-pages from 2 to 3 (#381)
Bumps [actions/deploy-pages](https://github.com/actions/deploy-pages) from 2 to 3.
- [Release notes](https://github.com/actions/deploy-pages/releases)
- [Commits](https://github.com/actions/deploy-pages/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/deploy-pages
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: simonsan <14062932+simonsan@users.noreply.github.com>
5 months ago
dependabot[bot] 9c697a8b52
Bump actions/configure-pages from 3 to 4 (#382)
Bumps [actions/configure-pages](https://github.com/actions/configure-pages) from 3 to 4.
- [Release notes](https://github.com/actions/configure-pages/releases)
- [Commits](https://github.com/actions/configure-pages/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/configure-pages
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 months ago
simonsan 675591b4ef
ci: update workflows (#375) 7 months ago
dependabot[bot] 71b3aa60d0
Bump actions/checkout from 3 to 4 (#373)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
8 months ago
simonsan 12f6f988d4
chore: reformat repository with dprint (#370)
* chore: reformat repository with dprint
* ci: change action name to reflect that it's not only markdown
* fix: broken link
9 months ago
dependabot[bot] c455f960ca
Bump actions/upload-pages-artifact from 1 to 2 (#369)
Bumps [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) from 1 to 2.
- [Release notes](https://github.com/actions/upload-pages-artifact/releases)
- [Commits](https://github.com/actions/upload-pages-artifact/compare/v1...v2)

---
updated-dependencies:
- dependency-name: actions/upload-pages-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
10 months ago
simonsan e73bbded8a
Fix typo in CI (#358) 1 year ago
simonsan c30a6eb236
Refactor repository structure to include translations (#352) 1 year ago
Marco Ieni 396ac0fbf0
ci: keep github actions up to date with dependabot (#307) 2 years ago
Marco Ieni 48b1bf51ef
ci: update actions/checkout version (#302) 2 years ago
simonsan fa29385292
Updating main branch name (#272) 3 years ago
Marco Ieni 3ee9110615
CI: Rename markdownlint job (#180) 3 years ago
Marco Ieni e93c52049c
CI: Simplify lint job (#174) 3 years ago
Takashi Idobe 60946dd8c7
Add markdownlint to CI (#164) 3 years ago
Marco Ieni d7026aa694
Checking links in markdown files (#150) 3 years ago
simonsan b6e5414941
Add doc tests to CI (#124)
* rename baz() into main() and vice versa where applicable

Fixes #49
3 years ago
Marco Ieni 85efbe7fc3
add ci (#115) 3 years ago
simonsan 3f3ae4ae73
Adding mdbook configuration and deployment to gh-pages (#111) 3 years ago