Skip to content

Commit

Permalink
Merge branch 'main' into remove_readme
Browse files Browse the repository at this point in the history
  • Loading branch information
osanseviero authored Sep 29, 2023
2 parents 7c8f0a0 + 5ba53d4 commit 195008d
Show file tree
Hide file tree
Showing 105 changed files with 5,893 additions and 1,815 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/autodocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Automatic Documentation for Launcher

on:
pull_request:

jobs:
update_docs:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Install Launcher
id: install-launcher
run: cargo install --git https://github.com/${{ github.repository }} --branch ${{ github.head_ref }} text-generation-launcher

- name: Check launcher Docs are up-to-date
run: |
echo text-generation-launcher --help
python update_doc.py --check
Loading

0 comments on commit 195008d

Please sign in to comment.