Skip to content

Commit

Permalink
GitHub Action workdir
Browse files Browse the repository at this point in the history
(this is going to be a long night ..)
  • Loading branch information
calaldees committed Oct 18, 2024
1 parent 8583ecb commit bc63493
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ jobs:
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 bc63493

Please sign in to comment.