Skip to content

fixup

fixup #247

Workflow file for this run

name: crawl
# on:
# schedule:
# “At 00:00 every day.”
# - cron: '0 0 * * *'
on:
push:
workflow_dispatch:
jobs:
cron:
runs-on: ubuntu-latest
steps:
- name: request crawl
run: curl -X GET https://www.preminuli.ba/api/crawl?token=${{ secrets.CRAWLER }}