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 08ca3f3 commit 1a5b31aCopy full SHA for 1a5b31a
.github/workflows/deploy-staging.yml
@@ -28,6 +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 "staging.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'
0 commit comments