Skip to content

Commit

Permalink
feat(docs) test deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Bochkarev committed Jul 12, 2024
1 parent 8625746 commit 0257f69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ const examplesSourceBase = normalizedDirPath(process.env.NUXT_EXAMPLES_PATH)
const docsSource: any = {
name: 'nuxt-docs',
driver: 'github',
repo: 'translation-gang/nuxt',
branch: 'main',
repo: 'nuxt/nuxt',
branch: '3.x',
dir: 'docs',
prefix: '/1.docs',
token: process.env.NUXT_GITHUB_TOKEN || ''
Expand Down

0 comments on commit 0257f69

Please sign in to comment.