Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavm-nvidia committed Aug 5, 2024
1 parent ccdea33 commit 0d24d3e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,21 +31,25 @@ jobs:
steps:
- name: Print URL
run: echo ${{ steps.deployment.outputs.page_url }}
run: env
- name: Checkout
uses: actions/checkout@v4
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Print URL
run: echo ${{ steps.deployment.outputs.page_url }}
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

0 comments on commit 0d24d3e

Please sign in to comment.