maidsafe / bls_dkg

Implementation of a BLS DKG mechanism, requires signing key, encryption key and SocketAddr of participants
BSD 3-Clause "New" or "Revised" License
21 stars 17 forks source link

docs(gh-pages): update CI to keep existing gh-pages branch content #43

Closed S-Coyle closed 3 years ago

S-Coyle commented 3 years ago

Why is this needed? We are having to add a custom index.html in the root gh-pages branch, pointing to the index.html in a subfolder. Without keep_files: true all existing files are removed - we need this set to true so the index.html file remains.

Note that force_orphan: true and keep_files: true are not compatible in the action v3, but will be in v4, hence the change to peaceiris/actions-gh-pages@master`.