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 95eedc0 commit 0dfcd95
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,10 @@ jobs:
requirements_path: docs/docs-requirements.txt
- name: checkout v0.3.x archive
run: |
git submodule add https://github.com/databrickslabs/mosaic.git v0.3.x/mosaic
git checkout gh-pages-v0.3.x
rm -f .gitmodules
git archive gh-pages-v0.3.x | tar -x -C ./v0.3.x
git add --all
git commit -am "Adding v0.3.x docs"
cd v0.3.x
ls -la
- name: Push changes
uses: ad-m/github-push-action@master
Expand Down

0 comments on commit 0dfcd95

Please sign in to comment.