FINOS have developed a GitHub Action to automatically build the Docusaurus websites and publish them into GitHub Pages; the action works on upstream repositories (ie https://github.com/finos/open-developer-platform ) as well as forked ones (ie https://github.com/maoo/open-developer-platform ), providing a simple way to stage the web version of a change to a Docusaurus website.
The action can be found on https://github.com/finos/open-developer-platform/blob/master/.github/workflows/docusaurus.yml
In order to use the action, simply copy the raw content into a file called .github/workflows/docusaurus.yml
, then push the changes; the action should automatically run and deploy the HTML files into the gh-pages
branch.
The action can be found on https://github.com/finos/open-developer-platform/blob/master/.github/workflows/docusaurus.yml
In order to use the action, simply copy the raw content into a file called .github/workflows/docusaurus.yml
, then push the changes; the action should automatically run and deploy the HTML files into the gh-pages
branch.