From 6b446ffb2978efd1c8be3a30f1cbbe3d3dab855c Mon Sep 17 00:00:00 2001 From: "H. Utku Maden" Date: Sat, 25 Jan 2025 19:44:43 +0300 Subject: [PATCH] More CI shenanigans. --- .gitea/workflows/deploy.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index f8caa0e..d2695b4 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -13,11 +13,12 @@ jobs: - name: Install .NET Tools run: apt update -y && apt install -y git nodejs - name: Install .NET Tools - run: dotnet tool update -g docfx + run: dotnet tool update -g docfx && export PATH="$PATH:$HOME/.dotnet/tools" - name: Checkout Repository uses: actions/checkout@v4 with: submodules: recursive + token: ${{secrets.REFUEL_API_KEY}} - name: Compile Web Pages run: docfx - name: SFTP Deploy