Skip to content

Commit 99359a4

Browse files
committed
debugging.
1 parent bc42ba8 commit 99359a4

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,13 @@ jobs:
2828
- name: Build Documentation 🏗
2929
run: npm run docs:build
3030

31-
- name: List Directories After Build
32-
run: |
33-
echo "Current directory: $(pwd)"
34-
find . -type d -name "dist" | sort
31+
- name: List Build Output 📋
32+
run: ls -la .vitepress/dist
3533

3634
- name: Deploy to GitHub Pages 🚀
3735
uses: peaceiris/actions-gh-pages@v4
3836
with:
3937
github_token: ${{ secrets.GITHUB_TOKEN }}
40-
publish_dir: ./vitepress/dist
38+
publish_dir: .vitepress/dist
4139
cname: devdocs.aureuserp.com
40+
force_orphan: true

0 commit comments

Comments
 (0)