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