Closed gagahpangeran closed 2 years ago
Basically just (ab)using netlify cli to building in github action.
The key components are using gatsby-plugin-netlify for gatsby page itself and @netlify/plugin-gatsby when building using netlify build command.
gatsby-plugin-netlify
@netlify/plugin-gatsby
netlify build
Basically just (ab)using netlify cli to building in github action.
The key components are using
gatsby-plugin-netlify
for gatsby page itself and@netlify/plugin-gatsby
when building usingnetlify build
command.