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