Skip to content

Commit

Permalink
Dont check links for now
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzalocasas committed Mar 26, 2021
1 parent df6ea9d commit d5722fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-n-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
- name: 📃 Generate docs
if: success()
run: |
invoke docs --check-links
# invoke docs --check-links
invoke docs
# Get branch/tag/latest name from git
GITHUB_REF_REGEX="tags/v([0-9a-zA-Z\.\-]+)|(pull/[0-9]+)|heads/(.+)"
Expand Down

0 comments on commit d5722fb

Please sign in to comment.