Skip to content

Commit e9908db

Browse files
Update test.yml
checking the docs folder
1 parent 5e04b0b commit e9908db

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,10 @@ jobs:
8888
- name: Setup Pages
8989
uses: actions/configure-pages@v3
9090

91+
- name: Check docs build
92+
run: |
93+
ls -la docs-dist/
94+
9195
- name: Upload artifact
9296
uses: actions/upload-pages-artifact@v3
9397
with:

0 commit comments

Comments
 (0)