Skip to content

Commit b61e15f

Browse files
_
1 parent ed34439 commit b61e15f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ jobs:
6666
run: pnpm install
6767
working-directory: ./afterpython/_website
6868

69+
- name: Debug BASE_PATH
70+
run: echo "BASE_PATH will be set to /${{ github.event.repository.name }}"
71+
6972
- name: Build website
7073
run: ap build
7174
env:

0 commit comments

Comments
 (0)