Skip to content

Recommend talk by Jack Rusher #35

Recommend talk by Jack Rusher

Recommend talk by Jack Rusher #35

name: Update Website
on:
push:
branches: main
paths:
- README.md
jobs:
update:
runs-on: ubuntu-latest
name: Update Website
steps:
- name: Trigger Website Redeploy
env:
WORKFLOW_TOKEN: ${{ secrets.WORKFLOW_TOKEN }}
run: |
curl \
-X POST \
-d '{"ref": "main"}' \
"https://x-access-token:${WORKFLOW_TOKEN}@api.github.com/repos/PsychoLlama/website/actions/workflows/deploy.yml/dispatches"