Skip to content

Commit 48509f3

Browse files
committed
Copy CONTRIBUTING.md
1 parent e9a7b0a commit 48509f3

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/mkdocs-release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ jobs:
4141
ref: ${{ env.BRANCH }}
4242
path: hopsworks-api
4343

44+
- name: Copy CONTRIBUTING.md
45+
run: cp hopsworks-api/CONTRIBUTING.md hopsworks-api/docs/
46+
4447
- name: Cache local Maven repository
4548
uses: actions/cache@v4
4649
with:

.github/workflows/mkdocs-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
ref: ${{ github.base_ref }}
2121
path: hopsworks-api
2222

23+
- name: Copy CONTRIBUTING.md
24+
run: cp hopsworks-api/CONTRIBUTING.md hopsworks-api/docs/
25+
2326
- name: Markdownlint
2427
uses: DavidAnson/markdownlint-cli2-action@v21
2528
with:

0 commit comments

Comments
 (0)