Skip to content

Mention $app->defaults in routing guide #297

Mention $app->defaults in routing guide

Mention $app->defaults in routing guide #297

name: Rebuild Website
on:
push:
branches:
- main
jobs:
rebuild_website:
runs-on: ubuntu-latest
steps:
- name: Trigger website workflow
run: |
curl \
-X POST \
-u "${{ secrets.WORKFLOW_DISPATCH_USERINFO }}" \
-H "Accept: application/vnd.github.everest-preview+json" \
-H "Content-Type: application/json" \
--data '{"ref": "main"}' \
https://api.github.com/repos/mojolicious/mojolicious.org/actions/workflows/publish-website.yml/dispatches