Skip to content

Commit 92ff2dd

Browse files
authored
Merge pull request #613 from arash77/remove-old-website
Remove old website files
2 parents bfdb208 + ea04afc commit 92ff2dd

File tree

4 files changed

+4
-221
lines changed

4 files changed

+4
-221
lines changed

docs/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Documentation
22
=============
33

4-
The documentation is automatically generated when the main [`README.md`](../README.md) is changed on the `master` branch.
4+
The documentation is automatically generated when the main [`README.md`](../README.md) is changed on the `main` branch.
55

6-
For information, this automatic generation uses the GitHub API (in [`bin/gfm2html`](bin/gfm2html)) and a [Python script](src/generate_html.py) to transform the markdown in the [`README.md`](../README.md) into the HTML files.
7-
This generation is automatically launched by Travis-CI with [`bin/deploy_docs`](bin/deploy_docs) script.
6+
For information, this automatic generation uses a [Python script](src/generate_docs.py) to transform the markdown in the `README.md` into the HTML files.
7+
This generation is automatically launched by a [GitHub Action Workflow](https://github.com/bgruening/docker-galaxy/actions/workflows/update-site.yml).
88

9-
So, if you see any error in the [online documentation](http://bgruening.github.io/docker-galaxy-stable), you can first check the [`README.md`](../README.md). If the error does not come from the [`README.md`](../README.md), you can either file an issue or check the [Python](src/generate_html.py) or the [bash](bin/gfm2html) scripts used to generate the HTML files.
9+
So, if you see any error in the [online documentation](http://bgruening.github.io/docker-galaxy), you can first check the `README.md`. If the error does not come from the `README.md`, you can either file an issue or check the [Python](src/generate_docs.py) script used to generate the HTML files.

docs/bin/deploy_docs

Lines changed: 0 additions & 11 deletions
This file was deleted.

docs/bin/gfm2html

Lines changed: 0 additions & 64 deletions
This file was deleted.

docs/src/generate_html.py

Lines changed: 0 additions & 142 deletions
This file was deleted.

0 commit comments

Comments
 (0)