Skip to content

Commit

Permalink
copy cname to html directory
Browse files Browse the repository at this point in the history
  • Loading branch information
aktech committed Nov 26, 2023
1 parent 565533c commit 3f2adaf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
run: |
cd docs/
make html
- name: Copy CNAME to html dir
run: |
ls
cp CNAME docs/_build/html/CNAME
- name: Run ghp-import
run: |
ghp-import -n -p -f docs/_build/html

0 comments on commit 3f2adaf

Please sign in to comment.