Skip to content

Commit

Permalink
Update dashboard-gh-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sarangan12 authored Dec 13, 2024
1 parent 7644e11 commit 9a82a8b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/dashboard-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,10 @@ jobs:
deploy:
environment:
name: github-pages
url: https://sarangan12.github.io/spec-dashboard/
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
needs: build
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
with:
destination_dir: spec-dashboard

0 comments on commit 9a82a8b

Please sign in to comment.