6
0
Fork 0

Update workflow

This commit is contained in:
Michael Boelen 2023-05-04 19:21:38 +02:00
parent 0cdd34e4ed
commit 3d7e66a80b

View file

@ -18,8 +18,16 @@ jobs:
ls ${{ github.workspace }}
- name: Install Nikola
run: |
pip install "Nikola[extras]"
echo pip install "Nikola[extras]"
- name: Run nikola build
run: |
nikola build
echo nikola build
- name: Start content sync (webhook)
uses: distributhor/workflow-webhook@v3
env:
webhook_url: https://www3.nluug.nl/webhooks/website/pull
- name: Start website build (webhook)
uses: distributhor/workflow-webhook@v3
env:
webhook_url: https://www3.nluug.nl/webhooks/website/build
- run: echo "🍏 This job's status is ${{ job.status }}."