Skip to content

Bump nopt from 7.2.1 to 8.0.0 (#154) #474

Bump nopt from 7.2.1 to 8.0.0 (#154)

Bump nopt from 7.2.1 to 8.0.0 (#154) #474

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/mojojs.org/actions/workflows/publish-website.yml/dispatches