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
Technically, we could use the default strategy, which does not require
any confiuration.
However, the default strategy has 3 jobs, downloads a hefty Docker
container containing Jekyll and whatnot, and takes over half a minute
to deploy two files (okay, three, but the node.js script is not needed).
Let's instead adapt the simple and fast GitHub starter workflow from
https://github.com/actions/starter-workflows/blob/main/pages/static.yml
Signed-off-by: Johannes Schindelin <[email protected]>
0 commit comments