Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JonRowe committed Feb 5, 2024
1 parent 359f885 commit e269563
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions README.md
Expand Up @@ -36,16 +36,13 @@ bin/console

## Deploying

Run `bundle exec middleman build`, which will compile the site to `./docs`. This folder is directly
served from the `source` branch via the config settings for github pages so in order to deploy you
only need to run the command locally and push up a PR to your target of choice, which are:
We now use the Github action in `.github/workflows/middleman_deploy.yml` to automatically build
and deploy, builds are run on PR to ensure they "work" but you should check the artifacts locally
/ in the build before merging.

- To update [https://rspec-staging.github.io](https://rspec-staging.github.io) use repository https://github.com/RSpec-Staging/rspec-staging.github.io/.
- To update [https://rspec.info](https://rspec.info) use repository https://github.com/rspec/rspec.github.io/

When deploying to the staging repository you should delete `docs/CNAME`, this can be done for you via `bin/staging_deploy`


## Credits

[Andrew Harvey](https://mootpointer.com) - for his incredible effort of making this repository as it is now

0 comments on commit e269563

Please sign in to comment.