deploy-to-neocities icon indicating copy to clipboard operation
deploy-to-neocities copied to clipboard

Simplify action example

Open bcomnes opened this issue 9 months ago • 1 comments

I thought it would be helpful to people to see an example of a build step in a website but it really just confuses many people.

Sites that build with npm deps should just use the upstream CLI, and action users should just see an example where a folder in a repo gets deployed, with no other steps to confuse the process.

bcomnes avatar May 01 '24 15:05 bcomnes

I never used Actions until an hour ago, and I was a bit confused by this. In particular, I wondered if the line "uses: actions/setup-node@v3" would be required to run the deploy action (but apparently not).

Maybe just comment out the build step so it still serves as an example but won't mess things up when someone just copies the yml file verbatim.

Len42 avatar May 19 '24 16:05 Len42