Skip to content

Commit

Permalink
remove line
Browse files Browse the repository at this point in the history
  • Loading branch information
assignUser committed Aug 18, 2022
1 parent 287cd8f commit 3628cdf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions dev/tasks/docs/github.linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ jobs:
runs-on: ubuntu-latest
{{ macros.github_set_env(env) }}
steps:
- name: Check that PR number set

{{ macros.github_checkout_arrow(fetch_depth=fetch_depth|default(1))|indent }}
{{ macros.github_install_archery()|indent }}

Expand Down Expand Up @@ -55,4 +53,4 @@ jobs:
git config --local user.email "[email protected]"
git add docs/pr/{{ pr_number }}
git commit -m "Add docs preview for PR {{ pr_number }}"
git push
git push

0 comments on commit 3628cdf

Please sign in to comment.