Skip to content

Commit

Permalink
Continue with release if deploying docs fails (#2870)
Browse files Browse the repository at this point in the history
  • Loading branch information
louwers authored Sep 24, 2024
1 parent 5ee0f1f commit 8b6bc74
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ios-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,8 @@ jobs:
- name: Deploy DocC documentation (main) 🚀
if: github.ref == 'refs/heads/main'
uses: JamesIves/[email protected]
uses: JamesIves/[email protected]
continue-on-error: true
with:
branch: gh-pages
folder: build/docs
Expand Down
2 changes: 1 addition & 1 deletion platform/ios/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.7.0
6.7.0

0 comments on commit 8b6bc74

Please sign in to comment.