Skip to content

Unable to deploy any changes #47

@afgallo

Description

@afgallo

Hi there,

Thanks for providing these libraries for deploying changes to Netlify via Github Actions. I have the below configured in my Github workflow which triggers a Netlify build.

  - name: Deploy to Dev
        uses: netlify/actions/build@master
        env:
          NETLIFY_SITE_ID: ${{ secrets.NETLIFY_DEV_SITE_ID }}
          NETLIFY_CMD: npm run build
          NETLIFY_DIR: build/
        if: github.ref == 'refs/heads/develop'

Below is a screenshot of my project in Netlify:

image

Even though everything seems to succeed, I can se no changes on my websites.

What am I doing wrong?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions