From 0c63220ff862bb300dc5eef862339c115808ceec Mon Sep 17 00:00:00 2001 From: Cheng Lai Date: Fri, 4 Mar 2022 16:34:01 +0800 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a6d0ae8..0cf7b41 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,7 +16,7 @@ jobs: - run: sudo apt install -y pandoc - run: | - git clone https://github.com/d2l-ai/d2l-book.git + git clone https://github.com/openmlsys/d2l-book.git cd d2l-book python3 -m pip install . - run: d2lbook build html