More CI shenanigans.
Some checks failed
Build and Deploy / build_and_deploy (push) Failing after 33s

This commit is contained in:
H. Utku Maden 2025-01-25 19:44:43 +03:00
parent 96f078f51e
commit 6b446ffb29

@ -13,11 +13,12 @@ jobs:
- name: Install .NET Tools - name: Install .NET Tools
run: apt update -y && apt install -y git nodejs run: apt update -y && apt install -y git nodejs
- name: Install .NET Tools - 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 - name: Checkout Repository
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
submodules: recursive submodules: recursive
token: ${{secrets.REFUEL_API_KEY}}
- name: Compile Web Pages - name: Compile Web Pages
run: docfx run: docfx
- name: SFTP Deploy - name: SFTP Deploy