diff --git a/.buildkite/steps/syncdoc.sh b/.buildkite/steps/syncdoc.sh index a35414e8b..6311b614f 100755 --- a/.buildkite/steps/syncdoc.sh +++ b/.buildkite/steps/syncdoc.sh @@ -16,6 +16,7 @@ pushd authelia git config user.name "Authelia[bot]" git config user.email "autheliabot@gmail.com" +git status | grep "nothing to commit" && exit git add -A git commit -m "Synchronize docs of commit: ${COMMIT}" git push diff --git a/docs/index.md b/docs/index.md index 9b904fc8b..fc8416e09 100644 --- a/docs/index.md +++ b/docs/index.md @@ -38,12 +38,12 @@ so that you can test it in minutes. Let's begin with the [Getting Started](./getting-started). -## Authelia... +## However, Authelia... * is not an OAuth or OpenID Connect provider yet. * is not a SAML provider yet. -* does not support authentication against an OAuth or OpenID Connect provider. -* does not support authentication against a SAML provider. +* does not support authentication against an OAuth or OpenID Connect provider yet. +* does not support authentication against a SAML provider yet. * does not support using hardware devices as single factor. * does not provide a PAM module yet.