File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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| :--| :--|
You can’t perform that action at this time.
0 commit comments