1
0
mirror of https://github.com/oliverbooth/X10D synced 2024-11-09 23:45:42 +00:00

[ci skip] fix(ci): mkdir docfx_project/images

This commit is contained in:
Oliver Booth 2023-04-13 02:38:17 +01:00
parent 4639fbd6a4
commit a23be6dd77
No known key found for this signature in database
GPG Key ID: 20BEB9DC87961025

View File

@ -13,7 +13,9 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Copy favicon - name: Copy favicon
run: cp branding_Icon.png docfx_project/images/favicon.png run: |
mkdir docfx_project/images
cp branding_Icon.png docfx_project/images/favicon.png
- name: Build documentation - name: Build documentation
uses: nikeee/docfx-action@v1.0.0 uses: nikeee/docfx-action@v1.0.0