All Projects → netlify → Actions

netlify / Actions

Licence: mit

Programming Languages

shell
77523 projects

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/[email protected]
    - name: Check changes in stories
      uses: netlify/actions/[email protected]
      with:
        args: docs
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].