Skip to content

Commit 37590b3

Browse files
author
Jani Giannoudis
committed
fix: DocFX working directory and toc.yml; GitHub Pages link in README
1 parent 88e1eea commit 37590b3

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: dotnet tool install -g docfx
2828

2929
- name: Build DocFX
30-
run: docfx docfx/docfx.pages.json
30+
run: cd docfx && docfx docfx.pages.json
3131

3232
- name: Upload Pages artifact
3333
uses: actions/upload-pages-artifact@v3

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,10 @@ Custom actions can be added via low-code; see [Custom Actions](https://payrollen
216216

217217
## Developer Reference
218218

219-
The HTML scripting reference is generated with [docfx](https://github.com/dotnet/docfx). The following commands are available in the `docfx` folder:
219+
The scripting API reference is published at:
220+
👉 [payroll-engine.github.io/PayrollEngine.Client.Scripting](https://payroll-engine.github.io/PayrollEngine.Client.Scripting/)
221+
222+
The HTML reference is generated with [docfx](https://github.com/dotnet/docfx). The following commands are available in the `docfx` folder:
220223

221224
| Command | Description |
222225
|:--|:--|

0 commit comments

Comments
 (0)