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