Skip to content

Commit f694d8e

Browse files
committed
debug deploy workflow
1 parent 26e258d commit f694d8e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/deploy.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ jobs:
2121
uses: actions/checkout@master
2222
with:
2323
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo
24+
25+
- name: debug
26+
run: |
27+
jupyter lite build --debug --contents /home/runner/work/homepage/homepage/docs/source/_contents --output-dir /tmp/pages-0KMlQCTKuW/lite --apps notebooks --apps edit --apps lab --apps repl --apps tree --apps consoles --lite-dir /home/runner/work/homepage/homepage/docs/source
28+
2429
- name: Build and Commit
2530
uses: sphinx-notes/pages@master
2631
with:
@@ -29,4 +34,4 @@ jobs:
2934
uses: ad-m/github-push-action@master
3035
with:
3136
github_token: ${{ secrets.GITHUB_TOKEN }}
32-
branch: gh-pages
37+
branch: gh-pages

0 commit comments

Comments
 (0)