We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9a7b0a commit 48509f3Copy full SHA for 48509f3
.github/workflows/mkdocs-release.yml
@@ -41,6 +41,9 @@ jobs:
41
ref: ${{ env.BRANCH }}
42
path: hopsworks-api
43
44
+ - name: Copy CONTRIBUTING.md
45
+ run: cp hopsworks-api/CONTRIBUTING.md hopsworks-api/docs/
46
+
47
- name: Cache local Maven repository
48
uses: actions/cache@v4
49
with:
.github/workflows/mkdocs-test.yml
@@ -20,6 +20,9 @@ jobs:
20
ref: ${{ github.base_ref }}
21
22
23
24
25
26
- name: Markdownlint
27
uses: DavidAnson/markdownlint-cli2-action@v21
28
0 commit comments