From 83c89cc5edbaa60862ea2797f48c56efe3fccdb9 Mon Sep 17 00:00:00 2001 From: Allan Callaghan Date: Fri, 18 Oct 2024 18:33:41 +0100 Subject: [PATCH] Waste of my life --- .github/workflows/deploy_website.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy_website.yml b/.github/workflows/deploy_website.yml index f47c647..d8a1457 100644 --- a/.github/workflows/deploy_website.yml +++ b/.github/workflows/deploy_website.yml @@ -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: