Skip to content

Commit e405ca6

Browse files
committed
chore: add cname config
1 parent 63a8a1c commit e405ca6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docs.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,10 @@ jobs:
2626
run: yarn docs:build
2727

2828
- name: Deploy to GitHub Pages
29-
uses: crazy-max/ghaction-github-pages@v2
29+
uses: crazy-max/ghaction-github-pages@v4
3030
with:
3131
target_branch: gh-pages
3232
build_dir: docs/.vuepress/dist
33+
fqdn: im.doocs.org
3334
env:
3435
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)