updated deploy workflow
This commit is contained in:
parent
4e60375b95
commit
98494c02fe
1 changed files with 3 additions and 4 deletions
7
.github/workflows/deploy.yml
vendored
7
.github/workflows/deploy.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue