pr-omethe-us / PyKED

Python interface to the ChemKED database format
https://pr-omethe-us.github.io/PyKED/
BSD 3-Clause "New" or "Revised" License
14 stars 15 forks source link

Docs deploy #130

Closed alongd closed 2 years ago

alongd commented 3 years ago

This PR adds a GitHub Action for auto docs deployment using github-pages-action. A workflow file was added along with a requirements file, modifications were made to .travis.yml. When reviewing, please carefully examine the changes made to .travis.yml to see that they are only docs-related modifications.

codecov[bot] commented 3 years ago

Codecov Report

Merging #130 (934f5dd) into master (fcccaf8) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #130   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            4         4           
  Lines          968       968           
  Branches       227       227           
=========================================
  Hits           968       968           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update fcccaf8...934f5dd. Read the comment docs.

alongd commented 3 years ago

@bryanwweber, if you have a minute, please take a look at the error I get during deployment. Any ideas how to resolve it? Am I missing a package?

image

bryanwweber commented 3 years ago

Looks like you need to install Pandoc onto the virtual machine. You should be able to use apt in the Ubuntu images on GitHub actions to do that.