From 6a84d0f1ed9d0d71a58488539b3a305797801f70 Mon Sep 17 00:00:00 2001 From: Sofiane HADDAD Date: Thu, 21 Mar 2024 10:42:41 +0100 Subject: [PATCH] update build only for me --- .github/workflows/build.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a7c0190..a65d151 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,7 +1,7 @@ name: Build on: push: - branches: [ master ] + branches: [ master, sh/test ] pull_request: jobs: conda-linux: @@ -23,8 +23,7 @@ jobs: - name: Upload if: ${{ github.ref == 'refs/heads/master' }} run: | - exit 0 - git clone --depth 1 https://${{ secrets.GH_TOKEN }}@github.com/openturns/openturns.github.io.git /tmp/io + git clone --depth 1 https://${{ secrets.GH_TOKEN }}@github.com/sofianehaddad/sofianehaddad.github.io.git /tmp/io mkdir -p /tmp/io/sphinx/ottemplate/master cp -r doc/_build/html/* /tmp/io/sphinx/ottemplate/master cd /tmp/io