GitHub - nroduit/nroduit.github.io: Weasis website

Weasis Documentation Source

This is the repository for the Weasis website containing the documentation for installation, configuration, and more.

Scripts

setup.sh should not be used (only the first time for building the branches -structure of the repository-)

After cloning the repository, add the master branch into the `public` folder (subtree):

rm -rf public
git worktree prune
git worktree add -B master public origin/master

To publish the site into the detached master branch, run deploy.sh