Toevoegen 'nikola build' aan flow
This commit is contained in:
parent
ea8a540e5f
commit
c4da12225b
2
.github/workflows/build-website.yml
vendored
2
.github/workflows/build-website.yml
vendored
|
@ -16,4 +16,6 @@ jobs:
|
||||||
- name: List files in the repository
|
- name: List files in the repository
|
||||||
run: |
|
run: |
|
||||||
ls ${{ github.workspace }}
|
ls ${{ github.workspace }}
|
||||||
|
- run: |
|
||||||
|
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