Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
clauBv23 committed Dec 11, 2024
1 parent 9bdaf90 commit b911232
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 14 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"scripts": {
"build:staging": "bash scripts/build.sh --fetch playbook-staging.yml",
"build": "bash scripts/build.sh --fetch playbook.yml",
"build:master": "bash scripts/build.sh --fetch playbook-master.yml",
"build:local": "bash scripts/build.sh playbook-local-only.yml",
"build:no-fetch": "bash scripts/build.sh playbook.yml",
Expand Down
20 changes: 7 additions & 13 deletions playbook-local-only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,30 +8,24 @@ site:
content:
sources:
- url: .
branches: feature/new-way
branches: feat/last-changes
start_path: components/home
- url: https://github.com/aragon/multisig-plugin
- url: /Users/claubar/Projects/Aragon/multisig-plugin
branches: feature/docs
start_path: packages/contracts/docs
- url: https://github.com/aragon/token-voting-plugin
- url: /Users/claubar/Projects/Aragon/token-voting-plugin
branches: feature/docs
start_path: packages/contracts/docs
- url: https://github.com/aragon/admin-plugin
- url: /Users/claubar/Projects/Aragon/admin-plugin
branches: feat/docs
start_path: packages/contracts/docs
- url: /Users/claubar/Projects/Aragon/osx/
branches: feat/docs-add-missing-pages
start_path: packages/contracts/docs
- url: https://github.com/aragon/osx-commons
branches: feature/docs
start_path: contracts/docs
- url: https://github.com/aragon/staged-proposal-processor-plugin
start_path: packages/contracts/docs
- url: /Users/claubar/Projects/Aragon/staged-proposal-processor-plugin
branches: feature/docs
start_path: docs
- url: https://github.com/aragon/gov-ui-kit
branches: feat/documentation-antora
start_path: docs
- url: https://github.com/aragon/gov-app-template
- url: /Users/claubar/Projects/Aragon/gov-app-template
branches: feat/documentation-antora
start_path: docs

Expand Down
File renamed without changes.

0 comments on commit b911232

Please sign in to comment.