Skip to content

Commit

Permalink
fix: déployer vers mon sous-domaine personnalisé
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-bouvier committed Aug 30, 2024
1 parent 7077a94 commit 19c85d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion making-of.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 19c85d2

Please sign in to comment.