Skip to content

Commit 0f59226

Browse files
author
Vincent Moens
committed
[CI] Fix docs upload
ghstack-source-id: 49d7df0 Pull Request resolved: #2587
1 parent 705ecc2 commit 0f59226

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/docs.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,6 @@ jobs:
119119
120120
REF_TYPE=${{ github.ref_type }}
121121
REF_NAME=${{ github.ref_name }}
122-
apt-get update
123-
apt-get install rsync -y
124122
125123
if [[ "${REF_TYPE}" == branch ]]; then
126124
if [[ "${REF_NAME}" == main ]]; then

0 commit comments

Comments
 (0)