Skip to content

Commit d2c07c9

Browse files
Update README.md
1 parent 41f4974 commit d2c07c9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ Documentation is available for reading online, and will always reflect the very
1212
</ul>
1313

1414
## Build Process
15-
The documentation is written in AsciiDoc. On every commit to this GitHub repo a build process is run, resulting in newly-built content available in <a href="https://fxdocs.github.io/docs/index.html">HTML</a> and as a <a href="https://fxdocs.github.io/docs/book.pdf">single PDF file</a>. The JavaFX Documentation Project uses Travis CI to perform continuous builds of the AsciiDoc source. The current status of the build is:
15+
The documentation is written in AsciiDoc. On every commit to this GitHub repo a build process is run, resulting in newly-built content available in <a href="https://fxdocs.github.io/docs/html5/index.html">HTML</a> and as a <a href="https://fxdocs.github.io/docs/pdf/index.pdf">single PDF file</a>. The JavaFX Documentation Project uses GitHub Actions to perform continuous builds of the AsciiDoc source. The current status of the build is:
1616

17-
[![Build Status](https://travis-ci.org/FXDocs/docs.svg?branch=master)](https://travis-ci.org/FXDocs/docs)
17+
![Build Docs](https://github.com/FXDocs/docs/workflows/Build%20Docs/badge.svg)
1818

1919
To build manually:
2020

2121
```
2222
./gradlew run
2323
```
2424

25-
This will produce `html5` and `pdf` directories with the appropriate files inside `build/docs/`.
25+
This will produce `html5` and `pdf` directories with the appropriate files inside `build/docs/`.

0 commit comments

Comments
 (0)