Skip to content

merged new documentation into main branch #1

merged new documentation into main branch

merged new documentation into main branch #1

Workflow file for this run

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