Fix docfx call.
Some checks failed
Build and Deploy / build_and_deploy (push) Failing after 2m15s

This commit is contained in:
H. Utku Maden 2025-01-25 19:46:21 +03:00
parent 6b446ffb29
commit b16c61773f

@ -10,17 +10,17 @@ jobs:
container:
image: mcr.microsoft.com/devcontainers/dotnet
steps:
- name: Install .NET Tools
- name: Install APT dependencies
run: apt update -y && apt install -y git nodejs
- name: Install .NET Tools
run: dotnet tool update -g docfx && export PATH="$PATH:$HOME/.dotnet/tools"
run: dotnet tool update -g docfx
- name: Checkout Repository
uses: actions/checkout@v4
with:
submodules: recursive
token: ${{secrets.REFUEL_API_KEY}}
- name: Compile Web Pages
run: docfx
run: $HOME/.dotnet/tools/docfx
- name: SFTP Deploy
uses: wlixcc/SFTP-Deploy-Action@v1.2.5
with: