Skip to content

Commit d343a4f

Browse files
authored
ci: Remove download step for existing documentation pages
Removed step to download existing pages before generating documentation. Signed-off-by: Eric Deandrea <[email protected]>
1 parent b20b52a commit d343a4f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/docs.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,6 @@ jobs:
4545
distribution: temurin
4646
cache: gradle
4747

48-
- name: Download existing pages
49-
uses: actions/download-artifact@v5
50-
with:
51-
name: github-pages
52-
path: docs/build/mkdocs
53-
5448
- name: Generate documentation
5549
run: ./gradlew --console=plain :docs:build
5650

0 commit comments

Comments
 (0)