Resolve conflicts

This commit is contained in:
Kevo 2022-02-26 11:42:52 +01:00
commit a4e6b21524
3 changed files with 3 additions and 3 deletions

View File

@ -35,4 +35,4 @@ jobs:
uses: JamesIves/github-pages-deploy-action@4.1.4
with:
branch: documentation
folder: ./documentation
folder: ./documentation

View File

@ -38,4 +38,4 @@ jobs:
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
password: ${{ secrets.PYPI_API_TOKEN }}

View File

@ -25,4 +25,4 @@ jobs:
- name: Test with pyTest
run: |
python -m pytest -v
python -m pytest -v