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 0fe63de commit 7baf629
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,15 @@ jobs:
with:
documentation_path: docs/source
requirements_path: docs/docs-requirements.txt
- name: Push changes
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages
- 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
- name: Push changes
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages

0 comments on commit 7baf629

Please sign in to comment.