7
0
Fork 0

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