Skip to content

Commit

Permalink
Add API deploy to github workflow via on.repository_dispatch.types: a…
Browse files Browse the repository at this point in the history
…telier-scribouilli
  • Loading branch information
DavidBruant committed Dec 10, 2023
1 parent e4f2be1 commit 1d3f3f8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

name: Deploy Scribouilli site to GitHub Pages with a custom theme

on: [push]
on:
push:
repository_dispatch:
types: atelier-scribouilli

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
Expand Down

0 comments on commit 1d3f3f8

Please sign in to comment.