Skip to content

Commit

Permalink
Added deploy_repo_guide.yml to screen-ocr.
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfmanstout committed Jan 3, 2025
1 parent dc9c10a commit 03e2974
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .subtrees/screen-ocr/.github/workflows/deploy_repo_guide.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Publish documentation generated by repo-guide

on:
workflow_dispatch:

permissions:
contents: write

jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: wolfmanstout/deploy-repo-guide@676e45aa00ddaaf779681aa3f69687f50b927e5a
with:
gemini-key: ${{ secrets.LLM_GEMINI_KEY }}

0 comments on commit 03e2974

Please sign in to comment.