Skip to content

Commit 4367c16

Browse files
committed
add cname feature
1 parent a072354 commit 4367c16

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/deploy-production.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,10 @@ jobs:
2828
mkdir -p ./public
2929
cp -r ./phoenix/dist/. ./public
3030
shell: bash
31-
- name: Creating CNAME for github page custom domain activation
32-
run: |
33-
echo "phcode.dev" >> ./public/CNAME
34-
shell: bash
3531
- name: Deploy Github Pages
3632
uses: peaceiris/actions-gh-pages@v3
3733
if: github.ref == 'refs/heads/main'
3834
with:
3935
github_token: ${{ secrets.GITHUB_TOKEN }}
4036
publish_dir: ./public
37+
cname: phcode.dev

0 commit comments

Comments
 (0)