Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI: Refactor workflow file to build and publish Documentation website…
… and Storybook simultaneously (#1258) * CI: Refactor workflow file to build and publish docs and Storybook simultaneously * fix: Move base path configuration to `main.js` * refactor: Update base path configuration in `.storybook/main.js` * fix: Insert correct link to storybook * refactor: Update documentation workflow to use separate `docs-pages` directory for generated pages * refactor: Update documentation workflow to use separate `docs-pages` directory for generated pages * docs: Scaffold ER/MKDOCS build step * refactor: Replace dummy `index.html` by actual `mkdocs` build step * refactor: Update documentation workflow to use Docker for building MKDOCS site * refactor: Don't use environment file as we likely don't even need it * refactor: Update documentation workflow to use local installation of mkdocs * refactor: Change working directory * refactor: Use correct build folder & copy build files to artifact folder * fix: Fix path to mkdocs pages * refactor: Enable deployment of GitHub Pages on the develop branch
- Loading branch information