Skip to content

Commit

Permalink
I'm trying here ...
Browse files Browse the repository at this point in the history
  • Loading branch information
calaldees committed Oct 18, 2024
1 parent f4a5c2b commit a804711
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy_website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,11 @@ jobs:
- uses: actions/checkout@main

# My mac has colima and uses `docker-compose`. I want CI and my local machine follow the same pattern
# https://stackoverflow.com/a/72187587/3356840
- name: alias docker-compose
run: alias docker-compose='docker compose'
run: |
echo 'docker compose "$@"' >> /bin/docker-compose
chmod +x /bin/docker-compose
- name: compile_and_run_languages
run: (cd teachprogramming/static/language_reference && make build_and_run)
Expand Down

0 comments on commit a804711

Please sign in to comment.