You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-5
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ rspec.github.io
3
3
4
4
Source for https://rspec.info
5
5
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).
7
7
8
8
## Local Setup
9
9
@@ -35,11 +35,12 @@ bin/console
35
35
36
36
## Deploying
37
37
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:
39
41
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/
0 commit comments