From ffed957de294b1b3ef8180710dfdb73d517a6049 Mon Sep 17 00:00:00 2001 From: pranavm Date: Mon, 5 Aug 2024 10:41:35 -0700 Subject: [PATCH] debugging --- .github/workflows/static.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 01b4c9c0c..fa403d396 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -31,6 +31,7 @@ jobs: steps: - name: Print URL run: echo ${{ steps.deployment.outputs.page_url }} + - name: Print env run: env - name: Checkout uses: actions/checkout@v4 @@ -38,18 +39,13 @@ jobs: uses: actions/configure-pages@v5 - name: Print URL run: echo ${{ steps.deployment.outputs.page_url }} + - name: Print env run: env - name: Upload artifact uses: actions/upload-pages-artifact@v3 with: # Upload prebuilt Tripy docs path: 'tripy' - - name: Print URL - run: echo ${{ steps.deployment.outputs.page_url }} - run: env - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4 - - name: Print URL - run: echo ${{ steps.deployment.outputs.page_url }} - run: env