Skip to content

Commit 0d24d3e

Browse files
debugging
1 parent ccdea33 commit 0d24d3e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/static.yml

+4
Original file line numberDiff line numberDiff line change
@@ -31,21 +31,25 @@ jobs:
3131
steps:
3232
- name: Print URL
3333
run: echo ${{ steps.deployment.outputs.page_url }}
34+
run: env
3435
- name: Checkout
3536
uses: actions/checkout@v4
3637
- name: Setup Pages
3738
uses: actions/configure-pages@v5
3839
- name: Print URL
3940
run: echo ${{ steps.deployment.outputs.page_url }}
41+
run: env
4042
- name: Upload artifact
4143
uses: actions/upload-pages-artifact@v3
4244
with:
4345
# Upload prebuilt Tripy docs
4446
path: 'tripy'
4547
- name: Print URL
4648
run: echo ${{ steps.deployment.outputs.page_url }}
49+
run: env
4750
- name: Deploy to GitHub Pages
4851
id: deployment
4952
uses: actions/deploy-pages@v4
5053
- name: Print URL
5154
run: echo ${{ steps.deployment.outputs.page_url }}
55+
run: env

0 commit comments

Comments
 (0)