mirror of
https://github.com/malmeloo/FindMy.py.git
synced 2026-04-18 05:53:59 +02:00
ci: Use common setup workflow
This commit is contained in:
13
.github/workflows/docs.yml
vendored
13
.github/workflows/docs.yml
vendored
@@ -16,17 +16,10 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v5
|
||||
|
||||
- uses: './.github/actions/setup-project'
|
||||
with:
|
||||
python-version: '3.10'
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install poetry
|
||||
poetry config virtualenvs.in-project true
|
||||
poetry install --with dev
|
||||
dependency-groups: 'docs'
|
||||
|
||||
- name: Build documentation
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user