aws / aws-iot-device-sdk-cpp-v2

Next generation AWS IoT Client SDK for C++ using the AWS Common Runtime
Apache License 2.0
185 stars 108 forks source link

Disable jekyll on gh-pages #701

Closed sfod closed 8 months ago

sfod commented 8 months ago

Add a special file disabling jekyll on gh-pages. I verified this fix in a fork, disabling jekyll does not change how the pages look.

Main repo returns 404: https://aws.github.io/aws-iot-device-sdk-cpp-v2/_greengrass_core_ipc_model_8h_source.html Fork repo works: https://sfod.github.io/aws-iot-device-sdk-cpp-v2/_greengrass_core_ipc_model_8h_source.html

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.