Skip to content

Commit

Permalink
Waste of my life
Browse files Browse the repository at this point in the history
  • Loading branch information
calaldees committed Oct 18, 2024
1 parent bc63493 commit 83c89cc
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/deploy_website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,23 @@ jobs:
steps:
- uses: actions/checkout@main

debug:
runs-on: ubuntu-latest
steps:
- run: ls -la

compile_and_run_languages:
needs: [checkout]
runs-on: ubuntu-latest
steps:
- working-directory: ./teachprogramming/static/language_reference
- working-directory: teachprogramming/static/language_reference
run: make build_and_run

build_static:
needs: [checkout]
runs-on: ubuntu-latest
steps:
- working-directory: ./teachprogramming/lib
- working-directory: teachprogramming/lib
run: make build_static

deploy_static:
Expand Down

0 comments on commit 83c89cc

Please sign in to comment.