Skip to content

Commit e6ecc1d

Browse files
committed
docs,ci: moved docs output to root of repo
1 parent c7c8479 commit e6ecc1d

File tree

209 files changed

+3
-80
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

209 files changed

+3
-80
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ARG GID=1000
2424
RUN addgroup -g ${GID} -S ynginx \
2525
&& adduser -h /nonexistent -s /bin/false -G ynginx -S -H -u ${UID} ynginx
2626

27-
COPY --chown=0:0 Yubico.YubiKey/docs/_site /usr/share/nginx/www/
27+
COPY --chown=0:0 docs/_site /usr/share/nginx/www/
2828
COPY --chown=0:0 nginx.conf /etc/nginx/nginx.conf
2929

3030
USER ${UID}:${GID}

Yubico.YubiKey/src/Yubico.YubiKey.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ limitations under the License. -->
162162
> dotnet msbuild Yubico.YubiKey/src/Yubico.YubiKey.csproj /t:DocFXBuild
163163
-->
164164
<Target Name="DocFXBuild" DependsOnTargets="CheckDocFX;Restore;Build">
165-
<Exec Command="docfx build $(MSBuildProjectDirectory)/docfx.json --logLevel warning --log ../docs/docfx.log --warningsAsErrors" IgnoreExitCode="true">
165+
<Exec Command="docfx build ../../docfx.json --logLevel warning --log ../docs/docfx.log --warningsAsErrors" IgnoreExitCode="true">
166166
<Output TaskParameter="ExitCode" PropertyName="DocFXExitCode" />
167167
</Exec>
168168
<!-- Quirk. 255 seems to be the exit code it uses but we don't know the reason, so we catch it and refer to the log -->

Yubico.YubiKey/src/docfx.json

Lines changed: 0 additions & 77 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)