Skip to content

Commit

Permalink
docs: disable docs deployment on beta
Browse files Browse the repository at this point in the history
  • Loading branch information
KiwiKilian committed Jan 13, 2025
1 parent 66de246 commit c8e7cb9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
push:
branches:
- $default-branch
# TODO: Remove for v10 stable Release!
- beta
workflow_dispatch:

permissions:
Expand All @@ -19,6 +17,7 @@ concurrency:

jobs:
deploy:
name: Deploy
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
Expand Down

0 comments on commit c8e7cb9

Please sign in to comment.