Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6d5964a

Browse files
committedApr 15, 2025·
Add actions/upload-artifact
1 parent f901d3c commit 6d5964a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎.github/workflows/test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@ jobs:
3939
--languages en
4040
--branches 3.14
4141
42+
- name: Upload documentation
43+
uses: actions/upload-artifact@v4
44+
with:
45+
name: www-root
46+
path: ./www
47+
4248
unit:
4349
name: Unit tests
4450
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)
Please sign in to comment.