Version 1.5.2 #26
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: ci | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
deploy: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out repository | |
uses: actions/checkout@v2 | |
- name: Install virtualenv from poetry | |
uses: 20c/workflows/poetry@v1 | |
# need to setup mkdocs config | |
#- name: deploy mkdocs gh-pages site | |
# run: | | |
# poetry run mkdocs gh-deploy --force |