Skip to content

Commit 66d973c

Browse files
Switch documentation generation to regular mode
1 parent 8c9d0a1 commit 66d973c

1 file changed

Lines changed: 2 additions & 17 deletions

File tree

.github/workflows/generate-documentation.yml

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@ name: Build Documentation
33
on:
44
push:
55
branches:
6-
- dev-v3
7-
paths-ignore:
6+
- master
7+
paths-ignore:
88
- 'docs/**'
9-
# - '.github/**'
10-
pull_request:
119

1210
jobs:
1311
build-docs:
@@ -56,19 +54,6 @@ jobs:
5654
mkdir -p docs
5755
mv Docs.IndexGenerator/Output/* docs/
5856
59-
# Pull current v2 docs from master branch
60-
- name: Checkout master docs
61-
uses: actions/checkout@v4
62-
with:
63-
ref: master
64-
path: master_docs
65-
66-
# Copy v2 docs to /docs/v2
67-
- name: Add legacy v2 documentation
68-
run: |
69-
mkdir -p docs/v2
70-
cp -r master_docs/docs/* docs/v2/
71-
7257
# Upload docs artifact
7358
- name: Upload docs artifact
7459
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)