6
0
Fork 0

Toevoegen 'nikola build' aan flow

This commit is contained in:
Michael Boelen 2023-04-30 20:14:04 +02:00
parent ea8a540e5f
commit c4da12225b

View file

@ -16,4 +16,6 @@ jobs:
- name: List files in the repository
run: |
ls ${{ github.workspace }}
- run: |
nikola build
- run: echo "🍏 This job's status is ${{ job.status }}."