This is the PittNAIL website hosted via GitHub Pages and generated using Zola.
Run the command below to build and deploy it locally:
zola build && zola serve
The workflow has been fully automated. One just needs to make changes in the code
branch and the
rest will be handled by GitHub Actions workflow.
- Navigate to the
main
branch - Edit the files in
content
, under the specific folder. - Push the changes.
- Run
zola build
after making the changes. - Move the generated
public
folder to the directory outside the repository. git checkout
thegh-pages
branch and remove all the files (except the.git
folder).- Copy the contents from the generated
public
folder to themain
branch.
Website has been implemented by David Oniani.