Skip to content

Commit 740d387

Browse files
committed
Update readme
1 parent 45f7bff commit 740d387

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

Diff for: README.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ rspec.github.io
33

44
Source for https://rspec.info
55

6-
Requires a recent version of Ruby (tested on 2.5.3), bundler and imagemagick (to generate favicons).
6+
Requires a recent version of Ruby (tested on 2.7.5, Ruby 3.x is not yet working), bundler and imagemagick (to generate favicons).
77

88
## Local Setup
99

@@ -35,11 +35,12 @@ bin/console
3535

3636
## Deploying
3737

38-
Run `bundle exec middleman build`, which will compile the site to `docs`.
38+
Run `bundle exec middleman build`, which will compile the site to `./docs`. This folder is directly
39+
served from the `source` branch via the config settings for github pages so in order to deploy you
40+
only need to run the command locally and push up a PR to your target of choice, which are:
3941

40-
To deploy to staging you can create a PR against https://github.com/RSpec-Staging/rspec-staging.github.io/.
41-
42-
To deploy to production you should create a PR against https://github.com/rspec/rspec.github.io/.
42+
- To update [https://rspec-staging.gihub.io](https://rspec-staging.gihub.io) use repository https://github.com/RSpec-Staging/rspec-staging.github.io/.
43+
- To update [https://rspec.info](https://rspec.info) use repository https://github.com/rspec/rspec.github.io/
4344

4445
## Credits
4546

0 commit comments

Comments
 (0)