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

Fix rendering of docs #1302

Merged
merged 1 commit into from
Jun 6, 2024
Merged

Fix rendering of docs #1302

merged 1 commit into from
Jun 6, 2024

Conversation

JCGoran
Copy link
Contributor

@JCGoran JCGoran commented Jun 6, 2024

This should take care of the rendering of the docs, which was caused by a combination of two things:

  1. the (now deleted) line was overriding /index.html file, and was redirecting it to /html/index.html instead
  2. where does the /html/index.html file come from? I believe the answer is this line here:
    clean: false # Automatically remove deleted files from the deploy branch

At some point I guess the docs were (and still are) under /html/[file] instead of just /[file].

bbpadministrator pushed a commit to BlueBrain/nmodl-references that referenced this pull request Jun 6, 2024
Copy link

codecov bot commented Jun 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.54%. Comparing base (3754a71) to head (7e9b3f0).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1302   +/-   ##
=======================================
  Coverage   85.54%   85.54%           
=======================================
  Files         178      178           
  Lines       13415    13415           
=======================================
  Hits        11476    11476           
  Misses       1939     1939           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@bbpbuildbot
Copy link
Collaborator

Logfiles from GitLab pipeline #215374 (:white_check_mark:) have been uploaded here!

Status and direct links:

@JCGoran JCGoran merged commit d0d8b76 into master Jun 6, 2024
23 checks passed
@JCGoran JCGoran deleted the jelic/fix_docs_for_real branch June 6, 2024 11:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants