actions-netlify icon indicating copy to clipboard operation
actions-netlify copied to clipboard

๐Ÿš€ Netlify deploy from GitHub Actions

Results 58 actions-netlify issues
Sort by recently updated
recently updated
newest added

Hi i'm using this action twice on the same PR to create two deploys, The problem is that both actions are editing the same comment and I end up with...

I'm trying to deploy my app on Netlify, There is no problem during the deploy, but I don't know the right publish-dir to can see my home page. ![image](https://user-images.githubusercontent.com/20344140/194147455-7e7b308a-d185-44bb-9a8d-c33655001dc0.png) ![image](https://user-images.githubusercontent.com/20344140/194147705-6eb026ff-9981-4378-92d9-e55b7e7b676d.png)

question

Bumps [netlify](https://github.com/netlify/build/tree/HEAD/packages/js-client) from 6.1.29 to 13.1.15. Release notes Sourced from netlify's releases. netlify: v13.1.15 13.1.15 (2024-04-23) Bug Fixes deps: update dependency @โ€‹netlify/open-api to ^2.30.0 (#5606) (d3ffb09) netlify: v13.1.14 13.1.14 (2024-01-31)...

dependencies
javascript

Bumps [eslint](https://github.com/eslint/eslint) from 8.57.0 to 9.1.1. Release notes Sourced from eslint's releases. v9.1.1 Bug Fixes a26b402 fix: use @โ€‹eslint/create-config latest (#18373) (ๅ”ฏ็„ถ) v9.1.0 Features 03068f1 feat: Provide helpful error message...

dependencies
javascript

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.2 to 5.4.5. Release notes Sourced from typescript's releases. TypeScript 5.4.5 For release notes, check out the release announcement. For the complete list of fixed issues, check...

dependencies
javascript

Bumps [undici](https://github.com/nodejs/undici) from 5.28.3 to 5.28.4. Release notes Sourced from undici's releases. v5.28.4 :warning: Security Release :warning: Fixes https://github.com/nodejs/undici/security/advisories/GHSA-m4v8-wqvr-p9f7 CVE-2024-30260 Fixes https://github.com/nodejs/undici/security/advisories/GHSA-9qxr-qj54-h672 CVE-2024-30261 Full Changelog: https://github.com/nodejs/undici/compare/v5.28.3...v5.28.4 Commits fb98306 Bumped v5.28.4...

dependencies
javascript

I'm trying to deploy my Remix + Vite app but I can see only Page not found on Netlify. It occurs only when I'm trying to deploy using Github Actions,...

- Upgrade Node from v16 to v20 - Upgrade actions/checkout and actions/setup-node from v3 to v4