diff --git a/.github/workflows/usage_guide.yml b/.github/workflows/usage_guide.yml index 3f6ced8887c..bbdd404562b 100644 --- a/.github/workflows/usage_guide.yml +++ b/.github/workflows/usage_guide.yml @@ -44,8 +44,8 @@ jobs: uses: JamesIves/github-pages-deploy-action@v4.5.0 if: github.event_name == 'push' with: - destination_dir: usage-guide - publish_dir: docs/usage-guide/book + target-folder: usage-guide + folder: docs/usage-guide/book - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@v4.0.1 diff --git a/docs/usage-guide/topics/ch01-api.md b/docs/usage-guide/topics/ch01-api.md index 4d3c019d0b9..3f5bd55b9c8 100644 --- a/docs/usage-guide/topics/ch01-api.md +++ b/docs/usage-guide/topics/ch01-api.md @@ -14,10 +14,6 @@ The [VERSIONING.rst](https://github.com/aws/s2n-tls/blob/main/VERSIONING.rst) do s2n-tls uses [Doxygen](https://doxygen.nl/index.html) to document its public API. The latest s2n-tls documentation can be found on [GitHub pages](https://aws.github.io/s2n-tls/doxygen/). -Documentation for older versions or branches of s2n-tls can be generated locally. To generate the documentation, install doxygen and run `doxygen docs/doxygen/Doxyfile`. The doxygen documentation can now be found at `docs/doxygen/output/html/index.html`. - -Doxygen installation instructions are available at the [Doxygen](https://doxygen.nl/download.html) webpage. - The doxygen documentation should be used in conjunction with this guide. ## Examples