Skip to content

Commit

Permalink
fix: create agent template before build
Browse files Browse the repository at this point in the history
  • Loading branch information
kshychko committed Jul 11, 2024
1 parent f6bd5ea commit 7d35506
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,22 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Install agent
run: |
# Install dependencies
pnpm install
# Copy the .env.example file to .env for the demo explorer
cp packages/demo-explorer/.env.example packages/demo-explorer/.env

# Build
pnpm build

# Initialize the agent configuration
pnpm vckit config

mv agent.yml agent.template.yml

- name: docker meta details
id: meta
Expand Down

0 comments on commit 7d35506

Please sign in to comment.