Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 581 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 581 Bytes

PowerBI-SPC-Docs

Development repository for testing changes to the PowerBI-SPC documentation website.

Any changes made to the documentation in this repo will be rendered to: https://aus-doh-safety-and-quality.github.io/PowerBI-SPC-Docs/

Once the updates are stable and ready to be used in the main website, update the submodule in the PowerBI-SPC repo and commit the changes:

cd /path/to/PowerBI-SPC
git submodule update --remote --merge
git commit -am "Update website"
git push

The main documentation website will then be rebuilt and published with the changes