Installeren van Nikola via pip

This commit is contained in:
Michael Boelen 2023-04-30 20:31:21 +02:00
parent 34c793ca2c
commit 3f9bb5f7a2

View file

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