More CI shenanigans.
Some checks failed
Build and Deploy / build_and_deploy (push) Failing after 33s
Some checks failed
Build and Deploy / build_and_deploy (push) Failing after 33s
This commit is contained in:
parent
96f078f51e
commit
6b446ffb29
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user