We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a072354 commit 4367c16Copy full SHA for 4367c16
.github/workflows/deploy-production.yml
@@ -28,13 +28,10 @@ jobs:
28
mkdir -p ./public
29
cp -r ./phoenix/dist/. ./public
30
shell: bash
31
- - name: Creating CNAME for github page custom domain activation
32
- run: |
33
- echo "phcode.dev" >> ./public/CNAME
34
- shell: bash
35
- name: Deploy Github Pages
36
uses: peaceiris/actions-gh-pages@v3
37
if: github.ref == 'refs/heads/main'
38
with:
39
github_token: ${{ secrets.GITHUB_TOKEN }}
40
publish_dir: ./public
+ cname: phcode.dev
0 commit comments