Skip to content

Commit

Permalink
Remove v1 html generation.
Browse files Browse the repository at this point in the history
  • Loading branch information
delucchi-cmu committed Jan 11, 2024
1 parent e8f9329 commit 1a434ce
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 2,338 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,8 @@ jobs:
- name: Update HTML
run: |
python update_dashboard.py ${{ secrets.GITHUB_TOKEN }} config/tracked_workflows.yaml html/index.html
python update_dashboard.py ${{ secrets.GITHUB_TOKEN }} config/rail_tracked_workflows.yaml html/rail.html
python update_dashboard_group.py ${{ secrets.GITHUB_TOKEN }} config/tracked_workflows_group.yaml html/index_group.html
python update_dashboard_group.py ${{ secrets.GITHUB_TOKEN }} config/rail_tracked_workflows_group.yaml html/rail_group.html
python update_dashboard.py ${{ secrets.GITHUB_TOKEN }} config/tracked_workflows_group.yaml html/index.html
python update_dashboard.py ${{ secrets.GITHUB_TOKEN }} config/rail_tracked_workflows_group.yaml html/rail.html
- name: Deploy to Github pages
uses: JamesIves/github-pages-deploy-action@v4
with:
Expand Down
59 changes: 0 additions & 59 deletions html/index.html

This file was deleted.

Loading

0 comments on commit 1a434ce

Please sign in to comment.