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 0d24d3e commit ffed957
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,25 +31,21 @@ jobs:
steps:
- name: Print URL
run: echo ${{ steps.deployment.outputs.page_url }}
- name: Print env
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 }}
- 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

0 comments on commit ffed957

Please sign in to comment.