Skip to content

Commit e47416a

Browse files
committed
More Debugging
1 parent 746bf89 commit e47416a

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/docs.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,11 @@ jobs:
8585
runs-on: ubuntu-latest
8686
needs: build
8787
steps:
88-
- name: Debug Build Directory
89-
run: |
90-
ls .
91-
ls -la docs/
92-
ls -la docs/_build/
93-
ls -la docs/_build/html/
88+
- name: Download artifact
89+
uses: actions/download-artifact@v4
90+
with:
91+
name: github-pages
92+
9493
- name: Deploy to GitHub Pages
9594
id: deployment
9695
uses: actions/deploy-pages@v2

0 commit comments

Comments
 (0)