forked from laurens/fediversity_website
Installeren van Nikola via pip
This commit is contained in:
parent
c4da12225b
commit
34c793ca2c
2
.github/workflows/build-website.yml
vendored
2
.github/workflows/build-website.yml
vendored
|
@ -16,6 +16,8 @@ jobs:
|
|||
- name: List files in the repository
|
||||
run: |
|
||||
ls ${{ github.workspace }}
|
||||
- run: |
|
||||
pip install "Nikola[extras]"
|
||||
- run: |
|
||||
nikola build
|
||||
- run: echo "🍏 This job's status is ${{ job.status }}."
|
||||
|
|
Reference in a new issue