diff --git a/.github/workflows/gh-repo.yml b/.github/workflows/gh-repo.yml index 30afe40..6c6f6ed 100644 --- a/.github/workflows/gh-repo.yml +++ b/.github/workflows/gh-repo.yml @@ -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 diff --git a/CNAME b/CNAME new file mode 100644 index 0000000..eb36543 --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +repo.dorajs.com \ No newline at end of file