Skip to content

Add workflow

Add workflow #13

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: |
ls -al
ls -al .github
chmod +x .github/IndexNow.sh
bash .github/IndexNow.sh