Skip to content

Commit

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

0 comments on commit c57141f

Please sign in to comment.