Skip to content

Commit

Permalink
ci: always deploy pages with clean default which is true (#3979)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenediktMehl committed Feb 28, 2025
1 parent 4ebe219 commit 64f52ae
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/deploy-github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@ name: Deploy GitHub Pages

on:
workflow_dispatch:
inputs:
clean_deploy:
description: 'Clean deployment (removes all existing files)'
type: boolean
default: false
required: false
push:
paths:
- 'gh-pages/**'
Expand All @@ -31,7 +25,6 @@ jobs:
token: ${{ secrets.DEPLOY_TOKEN }}
branch: gh-pages
folder: gh-pages
clean: ${{ inputs.clean_deploy }}
clean-exclude: |
stg/**
visualization/**

0 comments on commit 64f52ae

Please sign in to comment.