-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
merged new documentation into main branch
- Loading branch information
1 parent
0ab25ea
commit f5bcd57
Showing
61 changed files
with
1,081 additions
and
1,202 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"fileversion": 1, | ||
"solution": "TcLog.sln", | ||
"projects": [ | ||
{ | ||
"name": "TcLogProj", | ||
"plcs": [ | ||
{ | ||
"version": "0.2.2", | ||
"name": "TcLog", | ||
"type": "Library", | ||
"frameworks": {}, | ||
"references": {}, | ||
"repositories": [], | ||
"bindings": {}, | ||
"patches": { | ||
"platform": {}, | ||
"argument": {} | ||
} | ||
} | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
name: Documentation | ||
on: | ||
push: | ||
branches: | ||
- main | ||
paths: | ||
- 'docs/**' | ||
- 'TcLog/**' | ||
pull_request: | ||
workflow_dispatch: | ||
jobs: | ||
Build: | ||
name: Documentation | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Build | ||
uses: Zeugwerk/[email protected] | ||
with: | ||
username: ${{ secrets.ACTIONS_ZGWK_USERNAME }} | ||
password: ${{ secrets.ACTIONS_ZGWK_PASSWORD }} | ||
filepath: "." | ||
- name: Deploy | ||
uses: peaceiris/actions-gh-pages@v3 | ||
with: | ||
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }} | ||
publish_dir: archive/documentation/html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.