Skip to content

Commit

Permalink
Merge pull request #131 from hugtalbot/202407_revert_action
Browse files Browse the repository at this point in the history
Revert action and try to trigger it from master
  • Loading branch information
hugtalbot authored Jul 4, 2024
2 parents cbb7cf1 + 1ab1a19 commit 0e1d0ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: Generate and publish documentation

on:
workflow_dispatch:
repository_dispatch:
types: [generate-doc]
push:
branches:
- gen

- master
schedule:
- cron: '0 0 * * *' # every day at midnight

permissions:
id-token: write
Expand Down

0 comments on commit 0e1d0ed

Please sign in to comment.