Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to deploy any changes #47

Open
afgallo opened this issue Apr 14, 2021 · 0 comments
Open

Unable to deploy any changes #47

afgallo opened this issue Apr 14, 2021 · 0 comments

Comments

@afgallo
Copy link

afgallo commented Apr 14, 2021

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant