Skip to content

Commit

Permalink
doc push churn
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Sep 14, 2020
1 parent 4a08379 commit d7435c9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/ci/deploy_website.sh
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
#!/bin/bash

builddir=$(pwd)/doc/build
destdir=$(pwd)/../pdal.github.io
destdir=$(pwd)/../pdal.github.io.git
branch="gh-action"
DATE=$(date +'%y.%m.%d %H:%M:%S')

#git clone git@github.com:PDAL/pdal.github.io.git $destdir
git clone https://${API_TOKEN_GITHUB}:x-oauth-basic@github.com
cd $destdir/..
git clone https://${API_TOKEN_GITHUB}:x-oauth-basic@github.com/PDAL/pdal.github.io.git

git checkout -f -b $branch

cd $builddir/html
Expand Down

0 comments on commit d7435c9

Please sign in to comment.