Skip to content

Commit 05e33ab

Browse files
authored
Merge pull request #8 from hapytex/feature/cname
change cname
2 parents 467e1e5 + 5df8d64 commit 05e33ab

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build-ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,11 @@ jobs:
8181
- name: make Haddock documentation
8282
uses: hapytex/github-actions/actions/run-haddock@master
8383
id: haddock
84+
- name: Add cname to the directory
85+
uses: hapytex/github-actions/actions/add-cname-to-directory@master
86+
with:
87+
folder: "${{ steps.haddock.outputs.haddock-path }}"
88+
cname: "css-easings.django-antipatterns.com"
8489
- name: deploy the documentation on the GitHub pages
8590
uses: JamesIves/github-pages-deploy-action@4.0.0
8691
with:

0 commit comments

Comments
 (0)