Skip to content

Commit

Permalink
Update autodocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
merveenoyan authored Sep 22, 2023
1 parent f75b438 commit 16aa5ae
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/autodocs.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Automatic Documentation for Launcher

on:
push:
branches:
- launcher_docs
on: [push]

jobs:
update_docs:
Expand All @@ -16,9 +13,8 @@ jobs:
- name: Install Launcher
id: install-launcher
run: |
repo_owner=${{ github.event.pull_request.user.login }}
echo "Repo owner is $repo_owner"
branch=${{ github.event.pull_request.ref }}
repo_owner=${{ github.event.actor.id }}
branch=${GITHUB_REF##*/}
cargo install --git git+https://github.com/$repo_owner/text-generation-inference.git --branch $branch text-generation-launcher
- name: Update Docs
Expand Down

0 comments on commit 16aa5ae

Please sign in to comment.