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 build_gh_pages script #616

Merged
merged 1 commit into from
Feb 18, 2020
Merged

Conversation

tiziano88
Copy link
Collaborator

After #613 there is now a single Cargo workspace, so the script needs to
be changed to deal with that.

Note that this now also generates docs for example crates.

Ref. #534

Checklist

  • Pull request affects core Oak functionality (e.g. runtime, SDK, ABI)
    • I have written tests that cover the code changes.
    • I have checked that these tests are run by Cloudbuild
    • I have updated documentation accordingly.
    • I have raised an issue to
      cover any TODOs and/or unfinished work.
  • Pull request includes prototype/experimental work that is under
    construction.

After project-oak#613 there is now a single Cargo workspace, so the script needs to
be changed to deal with that.

Note that this now also generates docs for example crates.

Ref. project-oak#534
Copy link
Contributor

@daviddrysdale daviddrysdale left a comment

Choose a reason for hiding this comment

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

We'll need to change every link that references the doc pages once the first commit with the new directory layout goes into gh-pages, but that's presumably a separate PR.

@tiziano88 tiziano88 merged commit 35d77d0 into project-oak:master Feb 18, 2020
@tiziano88 tiziano88 deleted the tzn_gh_pages_fix branch February 18, 2020 08:50
tiziano88 added a commit to tiziano88/oak that referenced this pull request Feb 18, 2020
tiziano88 added a commit that referenced this pull request Feb 18, 2020
@daviddrysdale
Copy link
Contributor

(BTWs, I now think that including docs for example and experimental crates isn't helpful – it's hard to pick out the useful SDK documentation from the morass of undocumented example crates.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants