Skip to content

Commit

Permalink
Add docs archive checkout.
Browse files Browse the repository at this point in the history
  • Loading branch information
milos.colic committed Jan 15, 2024
1 parent a892a37 commit 91bf62f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,12 @@ jobs:
mkdir ./v0.3.x
cd ./v0.3.x
git clone -b gh-pages-v0.3.x --single-branch https://github.com/databrickslabs/mosaic.git
git checkout gh-pages-v0.3.x
git pull
git add --all
cd ./mosaic
git add --all
git commit -am "Adding v0.3.x docs"
cd ../
ls -la
- name: Push changes
uses: ad-m/github-push-action@master
Expand Down

0 comments on commit 91bf62f

Please sign in to comment.