Skip to content

Commit

Permalink
chore(#533): update gitpod scripts and docgen
Browse files Browse the repository at this point in the history
  • Loading branch information
Decipher committed Jul 25, 2022
1 parent 2bb3b79 commit 73137cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ tasks:
yarn build
# druxtjs.org install
cd $GITPOD_REPO_ROOT/docs && yarn
cd $GITPOD_REPO_ROOT/docs/nuxt && yarn
cd $GITPOD_REPO_ROOT && yarn build:docs
command: |
# Start Drupal
cd $GITPOD_REPO_ROOT/examples/drupal/drupal-9 && ddev start -y && ddev drush uli
cd $GITPOD_REPO_ROOT/docs/drupal && ddev start -y && ddev drush uli
# Display welcome message
cd $GITPOD_REPO_ROOT && cat .gitpod/WELCOME.md
Expand Down
2 changes: 1 addition & 1 deletion packages/docgen/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const cwd = path.join(__dirname, '..')
class DruxtDocgen {
constructor() {
this.components = []
this.destination = 'docs/content'
this.destination = 'docs/nuxt/content'
}

/**
Expand Down

0 comments on commit 73137cf

Please sign in to comment.