Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
sofianehaddad committed Mar 21, 2024
1 parent a7ee48d commit ce188f0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Build
on:
push:
branches: [ master ]
branches: [ master, sh/test ]
pull_request:
jobs:
conda-linux:
Expand All @@ -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
Expand Down

0 comments on commit ce188f0

Please sign in to comment.