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 2e94f0a commit 28c08adCopy full SHA for 28c08ad
.github/workflows/mkdocs-release.yml
@@ -41,9 +41,6 @@ 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,9 +20,6 @@ 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