sauce_bindings icon indicating copy to clipboard operation
sauce_bindings copied to clipboard

Add publishing of website to Github workflow

Open nadvolod opened this issue 4 years ago • 1 comments

Currently we publish the website by running the following command:

GIT_USER=nadvolod CURRENT_BRANCH=master yarn run publish-gh-pages

It might be better and easier to do this automatically through a GH workflow after the Docs changes are merged into master

nadvolod avatar Nov 10 '20 18:11 nadvolod

maybe this? https://github.com/clay/docusaurus-github-action

titusfortner avatar Nov 10 '20 19:11 titusfortner