Skip to content

Commit 515877c

Browse files
committed
Fix docs deployment
1 parent 8010721 commit 515877c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Deploy
1+
name: Deploy Docs
22

33
on:
44
workflow_dispatch: {}

docs/.vitepress/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ export default defineConfig({
2626
{ icon: 'github', link: 'https://github.com/hereldar/php-results' }
2727
]
2828
},
29-
base: '/php-date-times/'
29+
base: '/php-results/'
3030
})

0 commit comments

Comments
 (0)