netlify/actions

Shell

377

35 commits

updated Dec 15, 2025

See the code

README

GitHub Actions for Netlify

This repository contains GitHub Actions for Netlify, for performing common tasks such as triggering a site deploy, as well as a generic cli for doing arbitrary actions with the netlify commandline client.

Usage

Usage information for individual commands can be found in their respective directories.

on: push
name: Publish docs if changed
jobs:
  checkChangesInDocs:
    name: Check changes in docs
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@master
    - name: Check changes in stories
      uses: netlify/actions/diff-includes@master
      with:
        args: docs

Contributors

kitop

18 commits

tyankatsu0105

4 commits

hrishikesh-k

3 commits

bdougie

2 commits

netlify/actions

Shell

377

35 commits

updated Dec 15, 2025

See the code

README

GitHub Actions for Netlify

This repository contains GitHub Actions for Netlify, for performing common tasks such as triggering a site deploy, as well as a generic cli for doing arbitrary actions with the netlify commandline client.

Usage

Usage information for individual commands can be found in their respective directories.

on: push
name: Publish docs if changed
jobs:
  checkChangesInDocs:
    name: Check changes in docs
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@master
    - name: Check changes in stories
      uses: netlify/actions/diff-includes@master
      with:
        args: docs

Contributors

kitop

18 commits

tyankatsu0105

4 commits

hrishikesh-k

3 commits

bdougie

2 commits

Languages

Shell

56.4%

Dockerfile

43.6%