From 5df8d64a4c94aab678fa5e4cb9cba45f6e9f228a Mon Sep 17 00:00:00 2001 From: Willem Van Onsem Date: Mon, 4 Jul 2022 13:53:03 +0200 Subject: [PATCH] change cname --- .github/workflows/build-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/build-ci.yml b/.github/workflows/build-ci.yml index a476211..3114d3c 100644 --- a/.github/workflows/build-ci.yml +++ b/.github/workflows/build-ci.yml @@ -81,6 +81,11 @@ jobs: - name: make Haddock documentation uses: hapytex/github-actions/actions/run-haddock@master id: haddock + - name: Add cname to the directory + uses: hapytex/github-actions/actions/add-cname-to-directory@master + with: + folder: "${{ steps.haddock.outputs.haddock-path }}" + cname: "css-easings.django-antipatterns.com" - name: deploy the documentation on the GitHub pages uses: JamesIves/github-pages-deploy-action@4.0.0 with: