Skip to content

Commit

Permalink
Include CNAME in _site/ of gh-actions branch
Browse files Browse the repository at this point in the history
  • Loading branch information
joelnitta committed Dec 12, 2024
1 parent 2135f0c commit abd183a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
- name: Commit results
run: |
cd _site
cp ../CNAME ./
git init
git add .
git commit -m 'update website'
Expand Down

0 comments on commit abd183a

Please sign in to comment.