Skip to content

Commit

Permalink
Update docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kabiroberai authored Sep 3, 2021
1 parent 3b0eaa7 commit e00d254
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- name: Update docs
run: |
cd master-branch
git fetch --prune --unshallow --tags
version="$(git describe --abbrev=0 --tags)"
for v in `sort -rV <(printf '%s\n%s' "${version}" "$(ls ../docs-branch/versions)")`; do
Expand Down

0 comments on commit e00d254

Please sign in to comment.