From 19c85d2ea60a6225dea4a0743de3528ff6445320 Mon Sep 17 00:00:00 2001 From: Marc Bouvier Date: Fri, 30 Aug 2024 20:51:52 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20d=C3=A9ployer=20vers=20mon=20sous-domain?= =?UTF-8?q?e=20personnalis=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/static.yml | 2 +- making-of.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 7e84d99..348a943 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -62,7 +62,7 @@ jobs: run: npm install - name: Build static site - run: npm run build -- --pathprefix="https://next.baldir.fr" + run: npm run build - name: Upload artifact uses: actions/upload-pages-artifact@v3 diff --git a/making-of.md b/making-of.md index acb270e..d05e8c4 100644 --- a/making-of.md +++ b/making-of.md @@ -671,7 +671,7 @@ Index: .github/workflows/static.yml - name: Build static site - run: npm run build -- --pathprefix=${{ steps.pages.outputs.base_path }} -+ run: npm run build -- --pathprefix="https://next.baldir.fr" ++ run: npm run build - name: Upload artifact uses: actions/upload-pages-artifact@v3