-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Closed
Milestone
Description
Describe the bug
A clear and concise description of what the bug is, be sure to note if the issue is presenet in the template or appeared on your site. If the bug appears on your site, please be sure to provide a link to your repository.
To Reproduce
Steps to reproduce the behavior:
- update the files in _talk/ directory
- commit and push to github
- The workflow 'scrape_talks.yml' won't be trigered
Expected behavior
The workflow 'scrape_talks.yml' should be trigered on push and the talkmap should be updated atomatically.
Browser (please complete the following information):
- OS: Ubuntu 22.04
- Browser: Chrome
Solution
The issue can be solved by changing the 6th line of the scrape_talks.yml file, from
- 'talks/**'
to
- '_talks/**'
Metadata
Metadata
Assignees
Labels
No labels