From c57141f916bca8e2399b5a33b146ace973ac75cd Mon Sep 17 00:00:00 2001 From: Paul Delafosse Date: Fri, 16 Feb 2024 09:20:23 +0100 Subject: [PATCH] docs: fix gh-pages domain --- .github/workflows/CD.yml | 2 +- .github/workflows/Release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CD.yml b/.github/workflows/CD.yml index 5610cc7..5e61793 100644 --- a/.github/workflows/CD.yml +++ b/.github/workflows/CD.yml @@ -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: diff --git a/.github/workflows/Release.yaml b/.github/workflows/Release.yaml index c2553e7..43c9a74 100644 --- a/.github/workflows/Release.yaml +++ b/.github/workflows/Release.yaml @@ -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: