Skip to content

Commit 9307e88

Browse files
authored
publish-mdbook.yml: Do not treat the sync file as a template (#68)
The file originally imported `Version.njk` to get the `patina_devops` version set in the file. The file simply references the `main` branch now, so the import is unnecessary and the file does not need to be treated as a Nunjucks template. Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
1 parent a622611 commit 9307e88

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.sync/Files.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,6 @@ group:
619619
- files:
620620
- source: .sync/workflows/leaf/publish-mdbook.yml
621621
dest: .github/workflows/publish-mdbook.yml
622-
template: true
623622
repos: |
624623
OpenDevicePartnership/patina
625624

.sync/workflows/leaf/publish-mdbook.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@
1414
# SPDX-License-Identifier: Apache-2.0
1515
##
1616

17-
{%- import '../../Version.njk' as sync_version -%}
18-
{%- raw -%}
19-
2017
name: Publish Documentation
2118

2219
on:

0 commit comments

Comments
 (0)