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