Skip to content

Commit

Permalink
new push
Browse files Browse the repository at this point in the history
  • Loading branch information
novaknole committed Dec 4, 2024
1 parent d47eac4 commit 8a21c8a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 14 deletions.
4 changes: 2 additions & 2 deletions playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ content:
- url: https://github.com/aragon/admin-plugin
branches: feat/docs
start_path: packages/contracts/docs
- url: /Users/giorgilagidze/Desktop/work/osx
branches: feat/docs-add-missing-pages
- url: https://github.com/aragon/osx
branches: feature/docs
start_path: packages/contracts/docs
- url: https://github.com/aragon/osx-commons
branches: feature/docs
Expand Down
9 changes: 0 additions & 9 deletions scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,6 @@ log() {
echo "$*" >&2
}

if [ -n "${NETLIFY:+x}" ]; then
: ${NETLIFY_BUILD_BASE="/opt/build"}
NETLIFY_CACHE_DIR="$NETLIFY_BUILD_BASE/cache"
export XDG_CACHE_HOME="$NETLIFY_CACHE_DIR/xdg"

if [ "$CONTEXT" != "production" ]; then
export URL="$DEPLOY_PRIME_URL"
fi
fi

## Antora

Expand Down
Loading

0 comments on commit 8a21c8a

Please sign in to comment.