Bump urllib3 from 2.0.4 to 2.0.7 (#177) #20
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 | |
- name: deploy mkdocs gh-pages site | |
run: | | |
poetry run mkdocs gh-deploy --force |