Skip to content

Commit

Permalink
Add CNAME file
Browse files Browse the repository at this point in the history
  • Loading branch information
linroid committed Nov 25, 2019
1 parent ad1b7d2 commit 3b4d6cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
BRANCH: gh-pages
FOLDER: dist
BUILD_SCRIPT: npm install && npm run build
BUILD_SCRIPT: npm install && npm run build && cp ./CNAME ./dist/CNAME
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
repo.dorajs.com

0 comments on commit 3b4d6cd

Please sign in to comment.