You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Even though everything seems to succeed, I can se no changes on my websites.
What am I doing wrong?
The text was updated successfully, but these errors were encountered:
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.
Below is a screenshot of my project in Netlify:
Even though everything seems to succeed, I can se no changes on my websites.
What am I doing wrong?
The text was updated successfully, but these errors were encountered: