Skip to content

Commit 69aed0f

Browse files
authored
Dummy pr 3 (#121)
* remove unused files * - Simplify PR preview comment logic - Remove OpenHands resolver workflow * Update deploy workflows - Add path to upload artifact in deploy-apps.yml - Set preview to false in deploy to GitHub Pages - Enable keep_files and disable Jekyll in deploy-pr-previews.yml - Modify PR preview deletion to use shell script * Delete index.html * Update deploy-pr-previews.yml
1 parent 204b47e commit 69aed0f

File tree

2 files changed

+9
-578
lines changed

2 files changed

+9
-578
lines changed

.github/workflows/deploy-pr-previews.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,15 @@ jobs:
3030
- name: Build all apps
3131
run: npm run build pr-preview ${{ github.event.pull_request.number }}
3232

33+
- name: Debug directory structure
34+
run: |
35+
echo "Contents of current directory:"
36+
ls -la
37+
echo "\nContents of pr-preview directory:"
38+
ls -la pr-preview/
39+
echo "\nFull directory tree:"
40+
tree pr-preview/
41+
3342
- name: Deploy PR Preview
3443
uses: peaceiris/actions-gh-pages@v3
3544
with:

0 commit comments

Comments
 (0)