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 7baf629 commit e6448a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
requirements_path: docs/docs-requirements.txt
- name: checkout v0.3.x archive
run: |
PWD
mkdir ./v0.3.x
cd ./v0.3.x
git clone -b gh-pages-v0.3.x --single-branch https://github.com/databrickslabs/mosaic.git
ls -lah
- name: Push changes
uses: ad-m/github-push-action@master
with:
Expand Down

0 comments on commit e6448a2

Please sign in to comment.