Skip to content

Commit 7e1a150

Browse files
committed
👌 IMPROVE: change cname in github actions
Change cname to point dfirebird.dev (new domain) from dfirebird.codes (old domain)
1 parent 8ccb101 commit 7e1a150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/deploy.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Deploy
3838
uses: peaceiris/actions-gh-pages@v3
3939
with:
40-
cname: dfirebird.codes
40+
cname: dfirebird.dev
4141
github_token: ${{ secrets.GITHUB_TOKEN }}
4242
publish_dir: ./public
4343
publish_branch: master

0 commit comments

Comments
 (0)