Installeren van Nikola via pip

This commit is contained in:
Michael Boelen 2023-04-30 20:28:49 +02:00
parent c4da12225b
commit 34c793ca2c

View file

@ -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 }}."