Skip to content

Commit 8cc76b8

Browse files
authored
Merge pull request #43 from PTCInc/23-feat-doc-1_0_0-release-documentation-updates
fix(workflow): Fix Docx workflow to build website
2 parents 1e00520 + a473996 commit 8cc76b8

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/docfx-build-and-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
# Copys markdown files to docfx folder to be used in docfx build
6161
- name: Run markdown copy script
6262
run: ./docs/docfx/copy_md_files.ps1
63-
# - run: cp ./README.md ./docs/docfx/
63+
- run: cp ./README.md ./docs/docfx/
6464
- run: dotnet tool update -g docfx
6565
- run: docfx ./docs/docfx/docfx.json
6666

docs/docfx/copy_md_files.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
#
44

55
# Define source and destination directories
6-
$sourceDir = "..\..\"
7-
$destinationDir = ".\"
6+
$sourceDir = ".\"
7+
$destinationDir = ".\docs\docfx"
88

99
# Define the subfolders in the repository that md files will be migrated to the website
1010
$folderList = @("Kepware.Api\", "Kepware.Api.Sample\", "KepwareSync.Service\")

0 commit comments

Comments
 (0)