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
|
- 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 }}."
|
||||||
|
|
Reference in a new issue