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

View file

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