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
|
- name: List files in the repository
|
||||||
run: |
|
run: |
|
||||||
ls ${{ github.workspace }}
|
ls ${{ github.workspace }}
|
||||||
|
- run: |
|
||||||
|
pip install "Nikola[extras]"
|
||||||
- run: |
|
- run: |
|
||||||
nikola build
|
nikola build
|
||||||
- run: echo "🍏 This job's status is ${{ job.status }}."
|
- run: echo "🍏 This job's status is ${{ job.status }}."
|
||||||
|
|
Reference in a new issue