fixing up automation (#1230)

* concurrency fail
* dependency fail
This commit is contained in:
James Hodgkinson 2022-11-23 23:30:38 +10:00 committed by GitHub
parent a9f5a219be
commit 74765bab63
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,8 +3,6 @@ name: GitHub Pages
"on":
push:
branches:
- master
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
@ -12,8 +10,6 @@ concurrency:
jobs:
deploy_book:
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- uses: actions/checkout@v3
with:
@ -51,7 +47,6 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: '3.10'
cache: 'poetry'
- name: pykanidm docs
run: |
python -m pip install poetry