Skip to content

talkmap workflow 'scrape_talks.yml' is not trigered #3228

@NineBeans2

Description

@NineBeans2

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:

  1. update the files in _talk/ directory
  2. commit and push to github
  3. 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

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions