j143 opened a new pull request #95: URL: https://github.com/apache/systemds-website/pull/95
> ⚠please do not merge via github UI, **rebase and merge** option is changing the commit sha. > We need to push change via command line. **asf-site** and **asf-staging** are to be in sync! Website preview: https://systemds.staged.apache.org/docs/2.1.0/index Companion to https://github.com/apache/systemds-website/pull/94 <details> <summary> <strong> update instructions</strong> </summary> **Step 0: Prerequisites** ```sh git clone https://github.com/apache/systemds git clone https://github.com/apache/systemds-website ``` **Step 1:** generate docs with as per https://github.com/apache/systemds/tree/master/docs ```sh # In this case the release tag is 2.1.0-rc3 git checkout 2.1.0-rc3 cd systemds/docs ./updateAPI.sh ``` **Step 2:** copy the contents to `systemds-website` repo ```sh cd systemds-website # create a new directory with release no. mkdir content/docs/2.1.0 # copy the files in docs/_site folder to 2.1.0 cp -r ../systemds/docs/_site/* content/docs/2.1.0 ``` Then follow, https://github.com/apache/systemds-website#updating-the-website Website Preview at https://systemds.staged.apache.org </details> If anyone is interested in reviewing this PR. Please go ahead. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
