From c0b25edc09a48bc0b3405d918071929a7ecb84bc Mon Sep 17 00:00:00 2001 From: Jordan Irwin Date: Sun, 15 Aug 2021 23:28:13 -0700 Subject: [PATCH] Fix cloning wrong repo in workflow --- .github/workflows/reference.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/reference.yml b/.github/workflows/reference.yml index 0da3610..0478c39 100644 --- a/.github/workflows/reference.yml +++ b/.github/workflows/reference.yml @@ -21,9 +21,9 @@ jobs: - name: Setup LDoc run: git clone --branch=custom https://github.com/AntumDeluge/LDoc.git ldoc - name: Checkout & Build Docs - run: git clone https://github.com/AntumMT/mod-equip_exam.git equip_exam && cd equip_exam && chmod +x .ldoc/build_versioned_docs.sh && ./.ldoc/build_versioned_docs.sh + run: git clone https://github.com/AntumMT/mod-server_shop.git server_shop && cd server_shop && chmod +x .ldoc/build_versioned_docs.sh && ./.ldoc/build_versioned_docs.sh - name: Deploy uses: peaceiris/actions-gh-pages@v3 with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: equip_exam/docs/ + publish_dir: server_shop/docs/