diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 21252e9e..a8837b83 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -3,7 +3,7 @@ name: Publish Docs to GitHub Pages on: push: branches: - - develop + - giovanni/gh-pages-ci-job jobs: build: diff --git a/docs/index.md b/docs/index.md index 4a674fed..58fd40eb 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,4 +1,5 @@ # Django-Rest-Knox + Knox provides easy-to-use authentication for [Django REST Framework](https://www.django-rest-framework.org/) The aim is to allow for common patterns in applications that are REST based, with little extra effort; and to ensure that connections remain secure. @@ -29,3 +30,6 @@ into DRF. However, it overcomes some problems present in the default implementat - DRF tokens track their creation time, but have no inbuilt mechanism for tokens expiring. Knox tokens can have an expiry configured in the app settings (default is 10 hours.) + + +_This documentation was automatically deployed using GitHub Actions_ \ No newline at end of file