Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
FotieMConstant authored Sep 22, 2024
1 parent f5aab43 commit 1b14f6b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Documentation Deployment

env:
LANA_OPENAI_API_KEY: ${{ vars.LANA_OPENAI_API_KEY }}
LANA_MODEL: ${{ vars.LANA_MODEL }}

on:
push:
branches:
Expand All @@ -21,9 +25,6 @@ jobs:
generate-and-deploy:
needs: install
runs-on: ubuntu-latest
env:
LANA_OPENAI_API_KEY: ${{ vars.LANA_OPENAI_API_KEY }}
LANA_MODEL: ${{ vars.LANA_MODEL }}
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand Down

0 comments on commit 1b14f6b

Please sign in to comment.