Skip to content

Commit

Permalink
docs: add gh page deployment custom domain
Browse files Browse the repository at this point in the history
  • Loading branch information
oknozor committed Feb 16, 2024
1 parent 33655e3 commit bb8e2be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ jobs:
- name: Deploy to GitHub Pages
uses: crazy-max/ghaction-github-pages@v4
with:
domain: docs.onagre.dev
target_branch: gh-pages
build_dir: docs/website/src/.vuepress/dist
env:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/Release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
- name: Deploy to GitHub Pages
uses: crazy-max/ghaction-github-pages@v4
with:
domain: docs.onagre.dev
target_branch: gh-pages
build_dir: docs/website/src/.vuepress/dist
env:
Expand Down

0 comments on commit bb8e2be

Please sign in to comment.