File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 11Type: Package
22Package: tic
33Title: Tasks Integrating Continuously: CI-Agnostic Workflow Definitions
4- Version: 0.11.1
4+ Version: 0.11.2
55Authors@R:
66 c(person(given = "Kirill",
77 family = "Müller",
Original file line number Diff line number Diff line change 11<!-- NEWS.md is maintained by https://cynkra.github.io/fledge, do not edit -->
22
3+ # tic 0.11.2 (2021-12-05)
4+
5+ - ` do_pkgdown() ` now always create a ` .nojekyll ` file for both release and developement deployments.
6+ Otherwise custom fonts starting with an underscore will not be loaded as Jekyll ignores this pattern.
7+ A ` .nojekyll ` file tells GitHub pages to not use Jekyll for serving the web page. (#307 )
8+
9+
310# tic 0.11.1 (2021-06-27)
411
512- Templates: install required system libs for {pkgdown} conditionally (accidentally removed in the previous template revision on 2021-06-26)
You can’t perform that action at this time.
0 commit comments