Skip to content

Commit

Permalink
ci: rsync docs
Browse files Browse the repository at this point in the history
  • Loading branch information
levisingularity committed Aug 13, 2024
1 parent c50b82c commit 1f50796
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
clean: false
path: .
path: das

- name: Merge 'docs' from DAS to Query Engine Repo
run: |
rsync -a das/docs/ ./docs/
- name: Set up Python
uses: actions/setup-python@v2
Expand Down

0 comments on commit 1f50796

Please sign in to comment.