Skip to content

Commit

Permalink
ci: skip old tags (#33)
Browse files Browse the repository at this point in the history
* chore: skip if docs yml doesn’t exist

* chore: skip tags

---------

Co-authored-by: danthorpe <danthorpe@users.noreply.github.com>
  • Loading branch information
danthorpe and danthorpe authored Apr 14, 2024
1 parent b66fa4c commit 987babe
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,10 @@ jobs:
git checkout .;
git checkout "$tag";
make docs-all tag="$tag" output=docs-out basepath=swift-utilities
if [ -f ".github/workflows/docs.yml" ]
then
make docs-all tag="$tag" output=docs-out basepath=swift-utilities
fi;
fi;
done
Expand Down

0 comments on commit 987babe

Please sign in to comment.