updated deploy workflow

This commit is contained in:
Felipe M. 2023-10-27 16:59:09 +02:00
parent 4e60375b95
commit 98494c02fe
Signed by: fmartingr
GPG Key ID: CCFBC5637D4000A8
1 changed files with 3 additions and 4 deletions

View File

@ -12,11 +12,10 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: "3.10"
- name: Install python dependencies
python-version: "3.11"
- name: Install lektor
run: |
python -m pip install --upgrade poetry
poetry install
pipx install lektor
- name: Build site
run: make build
- name: Publish to GitHub Pages