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

[CI] set up documentation #48

Merged
merged 2 commits into from
Jul 14, 2020
Merged

Conversation

johnnychen94
Copy link
Contributor

This is barely a CI update with no actual content in.

run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
- name: Build and deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because this is a PR from a fork repo, GitHub Action can't read secrets, and thus it can not deploy until it's merged into master.

@codecov
Copy link

codecov bot commented Jul 12, 2020

Codecov Report

Merging #48 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #48   +/-   ##
=======================================
  Coverage   98.81%   98.81%           
=======================================
  Files          48       48           
  Lines        2107     2107           
=======================================
  Hits         2082     2082           
  Misses         25       25           

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 abb2fff...6e0ef32. Read the comment docs.

@JeffFessler JeffFessler merged commit 56ca418 into JeffFessler:master Jul 14, 2020
@johnnychen94 johnnychen94 deleted the jc/docs branch July 15, 2020 00:11
@johnnychen94
Copy link
Contributor Author

johnnychen94 commented Jul 15, 2020

The documentation is successfully deployed to the gh-pages branch, but https://jefffessler/MIRT.jl/dev gives 404 for unknown reasons. This issue can be solved when we push another commit to the documentation. Given that we don't have any contents in the documentation yet, we don't need to be panic about its unavailability 😄

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

2 participants