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 778ff5c commit 57c1c98
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,12 @@ jobs:
run: |
git checkout gh-pages-v0.3.x
git pull
git checkout gh-pages
mkdir ./v0.3.x
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
git checkout gh-pages
- name: Push changes
uses: ad-m/github-push-action@master
with:
Expand Down

0 comments on commit 57c1c98

Please sign in to comment.