Added unit tests over wider range of values for all data types in Any… #24
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
name: Documentation | |
on: | |
push: | |
branches: | |
- main | |
paths: | |
- 'docs/**' | |
- 'src/**' | |
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: "." | |
doc-folder: "docs" | |
- name: Deploy | |
uses: peaceiris/actions-gh-pages@v3 | |
with: | |
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }} | |
publish_dir: archive/docs/html |