Skip to content

Commit

Permalink
Merge pull request #11 from seehma/doc/fix-folder-structure
Browse files Browse the repository at this point in the history
fix: path to solution; added references
  • Loading branch information
bengeisler authored Sep 18, 2023
2 parents 904eb66 + e2d1204 commit 854daa7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions .Zeugwerk/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"fileversion": 1,
"solution": "TcLog.sln",
"solution": "src/TcLog.sln",
"projects": [
{
"name": "TcLogProj",
Expand All @@ -10,7 +10,16 @@
"name": "TcLog",
"type": "Library",
"frameworks": {},
"references": {},
"references": {
"*": [
"Tc2_Standard=*",
"Tc2_System=*",
"Tc2_Utilities=*",
"Tc3_DynamicMemory=*",
"Tc3_Modules=*",
"Base Interfaces=newest"
]
},
"repositories": [],
"bindings": {},
"patches": {
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
username: ${{ secrets.ACTIONS_ZGWK_USERNAME }}
password: ${{ secrets.ACTIONS_ZGWK_PASSWORD }}
filepath: "src/TcLogProj/TcLog/TcLog.plcproj"
filepath: "."
doc-folder: "docs"
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 854daa7

Please sign in to comment.