File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change
1
+ [ ![ Deploy site] ( https://github.com/openssl/openssl-docs/actions/workflows/deploy-site.yaml/badge.svg?branch=gh-pages )] ( https://github.com/openssl/openssl-docs/actions/workflows/deploy-site.yaml )
2
+
1
3
# docs.openssl.org
2
4
3
5
OpenSSL Documentation website is based on
@@ -6,6 +8,11 @@ this repository contains required configuration and build scripts.
6
8
7
9
## Deployment
8
10
11
+ The website is automatically rebuilt on changes in ` doc ` directory of ` openssl/openssl ` . Then a
12
+ new commit is pushed to ` gh-pages ` branch which triggers
13
+ [ pages-build-deployment] ( https://github.com/openssl/openssl-docs/actions/workflows/pages/pages-build-deployment )
14
+ GitHub Actions workflow.
15
+
9
16
To deploy documentation website manually trigger
10
17
[ Deploy site] ( https://github.com/openssl/openssl-docs/actions/workflows/deploy-site.yaml ) GitHub
11
18
Actions workflow.
@@ -31,6 +38,7 @@ To start playing around you can spin up a container and run commands:
31
38
32
39
` ` ` sh
33
40
python build.py < OPENSSL VERSION>
41
+ ` ` `
34
42
35
43
4. Run the development web server:
36
44
You can’t perform that action at this time.
0 commit comments