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
Hey,
I feel this might be similar to #1116 sorry...
I have a pre-build step which compiles some JS files into an index.bundle.js file, which I don't want kept in source control. Its bulky, and is only something I really want to be there when I build. If I use this action with the file ignored, it will not come across to GH pages and will be missing.
I've tried, as #1116 mentioned, to delete my .gitignore file prior to calling this action, but there was no success with that. Is there any way to keep the file outside of source control, to build the project (and hence generate it) within GH actions prior to this action, and have this action take it over to the GH pages?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey,
I feel this might be similar to #1116 sorry...
I have a pre-build step which compiles some JS files into an index.bundle.js file, which I don't want kept in source control. Its bulky, and is only something I really want to be there when I build. If I use this action with the file ignored, it will not come across to GH pages and will be missing.
I've tried, as #1116 mentioned, to delete my .gitignore file prior to calling this action, but there was no success with that. Is there any way to keep the file outside of source control, to build the project (and hence generate it) within GH actions prior to this action, and have this action take it over to the GH pages?
Beta Was this translation helpful? Give feedback.
All reactions