Skip to content

Commit dfb4173

Browse files
author
Alexander Batashev
authored
[CI][Doc] Use SSH to deploy GitHub Pages (#1232)
Signed-off-by: Alexander Batashev <[email protected]>
1 parent fd54d92 commit dfb4173

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/gh_pages.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ jobs:
1212
with:
1313
ref: sycl
1414
path: repo
15-
- uses: actions/checkout@v2
16-
with:
17-
repository: intel/llvm-docs
18-
path: docs
1915
- name: Install deps
2016
run: sudo apt-get install -y doxygen graphviz ssh ninja-build
2117
- name: Build Docs
@@ -34,6 +30,7 @@ jobs:
3430
chmod 600 ~/.ssh/id_rsa
3531
eval "$(ssh-agent -s)"
3632
ssh-add -k ~/.ssh/id_rsa
33+
git clone [email protected]:intel/llvm-docs.git docs
3734
cd $GITHUB_WORKSPACE/docs
3835
yes | \cp -rf $GITHUB_WORKSPACE/build/tools/sycl/doc/doxygen/html/* .
3936
git config --global user.name "iclsrc"

0 commit comments

Comments
 (0)