We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 467e1e5 + 5df8d64 commit 05e33abCopy full SHA for 05e33ab
.github/workflows/build-ci.yml
@@ -81,6 +81,11 @@ jobs:
81
- name: make Haddock documentation
82
uses: hapytex/github-actions/actions/run-haddock@master
83
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"
89
- name: deploy the documentation on the GitHub pages
90
uses: JamesIves/github-pages-deploy-action@4.0.0
91
with:
0 commit comments