Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jmacglashan authored Nov 14, 2024
1 parent e429607 commit 01647a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ special hugo codes can be included in the markdown for figures. It follows the f
```

### Building
You must have [Hugo](https://gohugo.io/) installed on your system. From the repository root, then run:
You must have [Hugo](https://gohugo.io/) installed on your system. From the repository root, run:
```bash
hugo server
```
which will both compile the website and start a local webserver running it.
which will both compile the website (creating a `public` directory containing the static html) and start a local webserver hosting it.

Deployment is handled by github actions whenever `main` is updated.
Deployment is handled by Github actions whenever `main` is updated on Github.

0 comments on commit 01647a1

Please sign in to comment.