Skip to content

python attach

python attach #12

name: Trigger jekyll update
on:
workflow_dispatch:
push:
branches: [ master ]
jobs:
trigger:
runs-on: ubuntu-latest
steps:
- name: Trigger jekyll site workflow
run: |
curl -X POST \
-H "Accept: application/vnd.github.v3+json" \
-H "Authorization: Bearer ${{ secrets.PRIVATE_TOKEN }}" \
https://api.github.com/repos/wwulfric/wwulfric.github.io/actions/workflows/jekyll-gh-pages.yml/dispatches \
-d '{"ref":"source"}'