actions icon indicating copy to clipboard operation
actions copied to clipboard

Unable to deploy any changes

Open afgallo opened this issue 4 years ago • 0 comments

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?

afgallo avatar Apr 14 '21 02:04 afgallo