Skip to content

Commit aa6b558

Browse files
committed
ci(docs): allow pages setup to fail gracefully
Add continue-on-error to GitHub Pages setup step to prevent workflow failures when pages deployment isn't critical or can be retried later.
1 parent a417289 commit aa6b558

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

template/.github/workflows/docs.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,4 @@ jobs:
4343
uses: liblaf/actions/setup-pages@main
4444
with:
4545
token: ${{ secrets.GH_PAT || steps.auth.outputs.token }}
46+
continue-on-error: true

0 commit comments

Comments
 (0)