Skip to content

Commit

Permalink
Update deployment instructions to include github releases (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGrace2282 authored Nov 9, 2024
1 parent 48e10a9 commit 6f03d9f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,13 @@ There is two [github actions](https://docs.github.com/en/actions/about-github-ac
set up for the repository. The first runs continuous integration, to make sure the documentation build
doesn't break.

The second will push the built documentation to a branch called `static`. We use [director4](https://director.tjhsst.edu)
to deploy our website, so navigate to director4 and then open the editor. In the terminal, run:
The second will push the built documentation to a branch called `static`.

Before deploying, first create a [new release](https://github.com/tjphysicsteam/tjpho/releases)
on Github. After that continue on with deploying.

TJ Physics Team uses [director4](https://director.tjhsst.edu)
to deploy our website, so navigate to director4, and open the editor. In the terminal, run:

```bash
cd public/olympiad
Expand Down

0 comments on commit 6f03d9f

Please sign in to comment.