Skip to content
This repository has been archived by the owner on Oct 27, 2023. It is now read-only.

Commit

Permalink
Remove gh-pages job
Browse files Browse the repository at this point in the history
The gh-pages CI job is incorrect. We maintain two separate repositories,
one for the web site source code and one for the built site. We use the
`build.sh` script to build and deploy the site.

The reason for the separation is so that the source code is not tied
to the site hosting. Just because we currently host the site using
github pages there is no reason that we must continue to do so. Keeping
the hosting separate from the source means we can immediately switch
to a new hosting service by just grabbing the built site and moving it
to the new host, no changes to the source files required.

This separation also allows us to merge things into `master` and
manually control when we deploy while still testing each merge in this
repo.
  • Loading branch information
tcharding committed Oct 11, 2023
1 parent f2ba2f6 commit 124f9e5
Showing 1 changed file with 0 additions and 45 deletions.
45 changes: 0 additions & 45 deletions .github/workflows/gh-pages.yml

This file was deleted.

0 comments on commit 124f9e5

Please sign in to comment.