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

Docs CI Upload Versioned Artifacts #4853

Merged
merged 37 commits into from
Nov 21, 2023
Merged
Changes from 1 commit
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
7921903
Build just the artifacts
stanbrub Nov 15, 2023
2f8c599
Let it work on a branch
stanbrub Nov 15, 2023
13aef18
Added artifacts for pydoc and cppdoc. Added DH version
stanbrub Nov 15, 2023
7f7ae7c
Another experiment with Github Environment
stanbrub Nov 16, 2023
4e7bd8c
Another experiment with Github Environment
stanbrub Nov 16, 2023
5225dcd
Another experiment with Github Environment
stanbrub Nov 16, 2023
c1963a6
Another experiment with Github Environment
stanbrub Nov 16, 2023
6a28de4
Another experiment with Github Environment
stanbrub Nov 16, 2023
90d23d3
Another experiment with Github Environment
stanbrub Nov 16, 2023
b012392
Another experiment with Github Environment
stanbrub Nov 16, 2023
3dafbcf
Added artifact uploads with version
stanbrub Nov 16, 2023
382eb3d
Uncomment Deploy Sections
stanbrub Nov 16, 2023
d1a5775
Merge branch 'deephaven:main' into docs-ci-version-improvements
stanbrub Nov 16, 2023
ee41802
Added Upload checks for main
stanbrub Nov 16, 2023
21f1fa7
Merge branch 'deephaven:main' into docs-ci-version-improvements
stanbrub Nov 16, 2023
b568e93
Removed unnecessary if
stanbrub Nov 16, 2023
4c2b836
Removed test file
stanbrub Nov 16, 2023
6bea72a
Updated RELEASE.MD with instructions on the new artifacts
stanbrub Nov 16, 2023
5494e5d
Changed some RELEASE.MD wording
stanbrub Nov 16, 2023
38e5724
RELEASES.MD spelling fixes
stanbrub Nov 16, 2023
ce96253
Yet more RELEASE.MD word fixes
stanbrub Nov 16, 2023
55d9fb1
Replaced printVersion with cache outputVersion
stanbrub Nov 17, 2023
7a3a99b
sigh
stanbrub Nov 17, 2023
e0e9db7
Added outputVersion arg to rest of gradle cache actions
stanbrub Nov 17, 2023
4d8986a
Removed extraneious printVersions
stanbrub Nov 17, 2023
1992ce4
Added integration API docs section to RELEASE.MD
stanbrub Nov 17, 2023
6121119
Correct the path to read generated typedoc when deploying (#4854)
niloc132 Nov 17, 2023
e8eac51
Invoke typedoc to produce browsable JS API documentation (#4757)
niloc132 Nov 17, 2023
87a4fb8
Merge branch 'main' into docs-ci-version-improvements
stanbrub Nov 21, 2023
8db7e86
Added uploads/versions for rdoc and typedoc
stanbrub Nov 21, 2023
5e632b7
Added outputVersion to rdoc and typedoc generators
stanbrub Nov 21, 2023
1d52fbc
Turned re-enabled main branch restriction
stanbrub Nov 21, 2023
76a7e2b
Updated with R and TypeScript notes
stanbrub Nov 21, 2023
a9db433
Added release branch for push trigger
stanbrub Nov 21, 2023
8a4090c
Added release branch to upload and deploy conditionals
stanbrub Nov 21, 2023
5fcca2f
Rerworked deploy triggers
stanbrub Nov 21, 2023
26caa91
Merge branch 'deephaven:main' into docs-ci-version-improvements
stanbrub Nov 21, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Another experiment with Github Environment
stanbrub committed Nov 16, 2023
commit 90d23d3598c1f861ede168ba068e9aeab25d21a0
5 changes: 3 additions & 2 deletions .github/workflows/docs-ci.yml
Original file line number Diff line number Diff line change
@@ -39,10 +39,11 @@ jobs:
.github/scripts/gradle-properties.sh >> gradle.properties
cat gradle.properties

- name: Get DHC Version
- name: Set DHC_VERSION
id: dhc-version
run: |
echo "version=$(./gradlew printVersion -q)" >> "$GITHUB_OUTPUT"
./gradlew printVersion -q > dhc_version.txt
echo "version="`cat dhc_version.txt` >> "$GITHUB_OUTPUT"

- name: All Javadoc
uses: burrunan/gradle-cache-action@v1