Skip to content

[zh_hant] fix lessons functions example typo (#2969) #298

[zh_hant] fix lessons functions example typo (#2969)

[zh_hant] fix lessons functions example typo (#2969) #298

---
name: School House Deploy
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- run: |
curl -X POST \
-H "Authorization: Bearer ${{secrets.PAT_TOKEN}}" \
-H "Accept: application/vnd.github.v3+json" \
https://api.github.com/repos/elixirschool/school_house/actions/workflows/deploy.yml/dispatches \
-d '{"ref": "main"}' \
--fail