Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use GitHub Actions to compile Islandora documentation instead of Travis #1914

Closed
eldonquijote opened this issue Oct 13, 2021 · 1 comment
Closed
Labels
Type: documentation provides documentation or asks for documentation.

Comments

@eldonquijote
Copy link
Contributor

Islandora documentation is maintained using Markdown files, which are compiled by MkDocs (https://www.mkdocs.org/) to create static HTML documents. Compilation of the HTML documents is triggered by merging a PR against the Islandora/documentation repository. The compilation currently uses Travis CI to run the MkDocs Python.

Most Islandora repositories have started using Github Actions instead of Travis CI. The DIG would like to follow suit for the documentation repository, to remove the external dependency.

Desired outcome:

  • Static documentation pages are generated using MkDocs run by a Github Action
  • Dependencies to Travis CI are removed
@adam-vessey
Copy link
Contributor

With #2212 being merged, has this been addressed?

@rosiel rosiel closed this as completed Mar 1, 2023
@github-project-automation github-project-automation bot moved this from Todo to Done in Islandora Issues Queue Mar 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: documentation provides documentation or asks for documentation.
Projects
Development

No branches or pull requests

3 participants