Skip to content

Commit

Permalink
Committing updated documents
Browse files Browse the repository at this point in the history
Committing to push to .org site, updates the GitHub Action
  • Loading branch information
dflynn-volpe committed Sep 20, 2023
1 parent 8332c7b commit c9bb347
Show file tree
Hide file tree
Showing 28 changed files with 3,413 additions and 3,160 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/copy_book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,14 @@ jobs:
ref: ${{ github.head_ref }}

- name: Copies all contents to VE.org
uses: nkoppel/push-files-to-another-repository@v1.1.1
uses: cpina/github-action-push-to-another-repository@v1.7.2

env:
API_TOKEN_GITHUB: ${{ secrets.book_copy }}
API_TOKEN_GITHUB: ${{ secrets.docs_sync }}
with:
source-files: 'docs/'
destination-username: 'VisionEval'
destination-repository: 'VisionEval.org'
destination-branch: 'main'
commit-username: 'dflynn-volpe'
commit-email: 'daniel.flynn@dot.gov'
source-directory: 'docs/'
target-directory: 'docs/'
destination-github-username: 'VisionEval'
destination-repository-name: 'VisionEval.org'
user-email: 'daniel.flynn@dot.gov'
target-branch: 'main'
41 changes: 25 additions & 16 deletions docs/02-concept-primer.md

Large diffs are not rendered by default.

252 changes: 184 additions & 68 deletions docs/04-inputs.md

Large diffs are not rendered by default.

Loading

0 comments on commit c9bb347

Please sign in to comment.