diff --git a/.github/workflows/copy_book.yml b/.github/workflows/copy_book.yml index 61672d1..57c7ad0 100644 --- a/.github/workflows/copy_book.yml +++ b/.github/workflows/copy_book.yml @@ -1,25 +1,27 @@ name: Copy Book To VE.Org -on: push +on: + push: + branches: + - main jobs: copy-book-dir: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: - ref: ${{ github.head_ref }} + ref: main - - name: Copies all contents to VE.org + - name: Copy contents to VisionEval/VisionEval.github.io uses: cpina/github-action-push-to-another-repository@v1.7.2 - env: API_TOKEN_GITHUB: ${{ secrets.docs_sync }} with: source-directory: 'docs/' target-directory: 'docs/' destination-github-username: 'VisionEval' - destination-repository-name: 'VisionEval.org' - user-email: 'daniel.flynn@dot.gov' - target-branch: 'main' \ No newline at end of file + destination-repository-name: 'VisionEval.github.io' + user-email: 'visioneval@dot.gov' + target-branch: 'main' diff --git a/README.md b/README.md index 2334ad8..a799f4d 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,11 @@ Documentation for the VisionEval project -`concept_primer` contains a Bookdown-formatted documentation which describes the key concepts of the VisionEval project. +`user_guide` contains Bookdown-formatted documentation for all aspects of the VisionEval project. -`user_guide` contains Bookdown-formatted documentation for all aspects of the VisionEval project. \ No newline at end of file +`docs` contains the Bookdown-generated output from building the `user_guide`. A workflow moves +this folder over to the `docs` subfolder in the trunk (master) branch of +[VisionEval.org](https://github.com/VisionEval/VisionEval.org) + +The rendered version of the docs are synced to the GitHub pages site and published at +https://VisionEval.github.io/docs/ \ No newline at end of file diff --git a/docs/10-build-process.md b/docs/10-build-process.md index 8e81c58..c159041 100644 --- a/docs/10-build-process.md +++ b/docs/10-build-process.md @@ -1,4 +1,4 @@ -# VisionEval Module Build Process {\#ve-buildprocess} +# VisionEval Module Build Process {#ve-buildprocess} knitr::opts_chunk$set(echo = TRUE, results='hide') diff --git a/docs/api-documentation.html b/docs/api-documentation.html index aaec096..ff6ad72 100644 --- a/docs/api-documentation.html +++ b/docs/api-documentation.html @@ -62,7 +62,7 @@
  • 10 VE-State Model Details
  • 11 VERPAT Model Details
  • 12 Estimation in VisionEval
  • -
  • 13 VisionEval Module Build Process {#ve-buildprocess}
  • +
  • 13 VisionEval Module Build Process
  • 14 Common Use Cases
  • 15 API Documentation
  • 16 Software Framework
  • @@ -102,7 +102,7 @@