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
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue