Skip to content

dlehmann/google-ping-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google ping action

Using the action

In your workflow definition file, add the following step. This should be after you've deployed your site.

# .github/workflows/workflow.yml
jobs:
    deployment_job:
        ...
        steps:
            ...
            - uses: dlehmann/google-ping-action@master
              with:
                  sitemap-url: ${{ secrets.SITEMAP_URL }}

further documentation

https://docs.github.com/en/actions/creating-actions/creating-a-javascript-action

About

Ping Goolge when website content is updated

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors