From 0924770878b5ae693abefb5e628e4954683b37b1 Mon Sep 17 00:00:00 2001 From: umarcor Date: Fri, 7 Jan 2022 03:22:58 +0100 Subject: [PATCH] ci: update constraints --- .github/workflows/site.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/site.yml b/.github/workflows/site.yml index de2dff68..5bfe3e1b 100644 --- a/.github/workflows/site.yml +++ b/.github/workflows/site.yml @@ -23,8 +23,8 @@ jobs: sudo chmod +x /usr/local/bin/hugo hugo version - git clone https://github.com/hdl/constraints ../constraints - python3 constraints.py + git clone https://github.com/hdl/constraints + python3 constraints/constraints.py content - name: Build site run: hugo