Skip to content

Commit

Permalink
Add workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
NY0510 committed Jan 5, 2024
1 parent a98c505 commit 44f25cc
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions .github/workflows/IndexNow.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
name: IndexNow

on:
push:
branches:
- main
push:
branches:
- main

jobs:
run-script:
runs-on: ubuntu-latest
run-script:
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v2
steps:
- name: Checkout repository
uses: actions/checkout@v2

- name: Run script on commit
run: |
chmod +x ./github/workflows/IndexNow.sh
./github/workflows/IndexNow.sh
- name: Run script on commit
run: |
pwd
chmod +x ./github/workflows/IndexNow.sh
./github/workflows/IndexNow.sh

0 comments on commit 44f25cc

Please sign in to comment.