Update docs-ci.yml

This commit is contained in:
halx99 2021-07-07 12:42:09 +08:00 committed by GitHub
parent 9e499a18bd
commit 8c4112a770
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -27,7 +27,8 @@ jobs:
- name: Add custom domain
run: |
sudo echo -n "docs.adxe.org">./docs/html/CNAME
pwd
sudo echo -n "docs.adxe.org">docs/html/CNAME
# Deploy the HTML documentation to GitHub Pages
- name: GH Pages Deployment