Skip to content

Commit

Permalink
added github action for env
Browse files Browse the repository at this point in the history
  • Loading branch information
manchumahara committed Dec 10, 2024
1 parent 07e1069 commit 8909822
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ jobs:
uses: actions/configure-pages@v4
- name: Install dependencies
run: npm ci # or pnpm install / yarn install / bun install
- name: Set github env params to env file
uses: c-py/action-dotenv-to-setenv@v5
with:
env-file: .env
- name: Build with VitePress
run: npm run docs:build # or pnpm docs:build / yarn docs:build / bun run docs:build
- name: Upload artifact
Expand Down

0 comments on commit 8909822

Please sign in to comment.