-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into remove_readme
- Loading branch information
Showing
105 changed files
with
5,893 additions
and
1,815 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,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 |
Oops, something went wrong.