-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Squashed '.subtrees/screen-ocr/' changes from e3596a7..be5771e
be5771e Added deploy_repo_guide.yml. d735574 Remove unused requirements.txt. e3d8e19 Remove JaroWinkler dependency (now part of RapidFuzz). git-subtree-dir: .subtrees/screen-ocr git-subtree-split: be5771e89f95d92bc962b376ddb0faab0a07f0d5
- Loading branch information
1 parent
824a33c
commit 6166531
Showing
3 changed files
with
16 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters