Skip to content

Commit

Permalink
Merge pull request #265 from fktn-k/bugfix/229_fix_docs_build_errors
Browse files Browse the repository at this point in the history
#229 Fix the documentation build errors
  • Loading branch information
fktn-k authored Dec 18, 2023
2 parents 75b9319 + 128704d commit 094e4fb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/publish_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
branches:
- develop
paths:
- .github/workflows/publish_docs.yml
- docs/examples/**
- docs/mkdocs/**
workflow_dispatch:

Expand Down
1 change: 1 addition & 0 deletions docs/examples/ex_macros_versions.output
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fkYAML version 0.3.0
2 changes: 1 addition & 1 deletion docs/mkdocs/docs/tutorials/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Also, make sure the example.yaml file is encoded in either the UTF-8, UTF-16BE/L
=== "tutorial.cpp"

```cpp
--8<-- "examples/tutorial_1.yaml"
--8<-- "examples/tutorial_1.cpp"
```
=== "CMakeLists.txt"

Expand Down

0 comments on commit 094e4fb

Please sign in to comment.