Skip to content

Commit

Permalink
Merge pull request #129 from hugtalbot/202407_add_action_triggering_doc
Browse files Browse the repository at this point in the history
Add action triggering the doc generation
  • Loading branch information
hugtalbot authored Jul 2, 2024
2 parents c201e17 + 8709f3a commit 48ec6e2
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/trigger_doc_gen.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Trigger doc generation

on:
workflow_dispatch:
push:
branches:
- master
schedule:
- cron: '0 0 * * *' # every day at midnight

jobs:
upload:
runs-on: ubuntu-latest

steps:
- name: Empty action
run: |
echo "Empty action triggering the generation of the documentation"

0 comments on commit 48ec6e2

Please sign in to comment.