Skip to content

Commit 5fc5d71

Browse files
rename repo
1 parent d6d296b commit 5fc5d71

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Build with Docusaurus
3232
run: npm run build
3333
env:
34-
BASE_URL: "/${{ github.event.repository.name }}/pr-preview/pr-${{ github.event.pull_request.number }}/"
34+
BASE_URL: "/pr-preview/pr-${{ github.event.pull_request.number }}/"
3535
if: github.event.action != 'closed'
3636

3737
- name: Deploy PR Preview

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# website
1+
# php-debugger.github.io
22

33
The code behind the public php-debugger.dev website, built with [Docusaurus](https://docusaurus.io/).
44

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const config = {
2020
baseUrl: process.env.BASE_URL || '/',
2121

2222
organizationName: 'php-debugger',
23-
projectName: 'website',
23+
projectName: 'php-debugger.github.io',
2424

2525
onBrokenLinks: 'throw',
2626

0 commit comments

Comments
 (0)