Skip to content

Add workflow

Add workflow #14

Workflow file for this run

name: IndexNow
on:
push:
branches:
- main
jobs:
run-script:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Run script on commit
run: |
chmod +x .github/IndexNow.sh
bash .github/IndexNow.sh