Skip to content

Commit

Permalink
Include Documentation in artifactory upload (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
tinder-garricnahapetian authored Feb 12, 2024
1 parent c7d4a45 commit 4a0d0c3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/artifactory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,13 @@ jobs:
run: brew install jfrog-cli
- name: Checkout source
uses: actions/checkout@v3
- name: Build documentation
run: |
make docs open="no" DERIVED_DATA_PATH="$(mktemp -d)"
mkdir Documentation
mv .build/documentation/archive/Layout.doccarchive Documentation
- name: Archive
run: tar -czf "Layout-${GITHUB_REF_NAME}.tar.gz" Sources
run: tar -czf "Layout-${GITHUB_REF_NAME}.tar.gz" Sources Documentation
- name: Upload
run: >
jf rt u
Expand Down

0 comments on commit 4a0d0c3

Please sign in to comment.