Skip to content

Commit 64795cc

Browse files
authored
Merge pull request eclipse-score#49 from qorix-group/piotrkorkus_docs_cleanup
cicd: clean old doc pages
2 parents 6d654cc + 4c0d3e3 commit 64795cc

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

.github/workflows/docs_cleanup.yml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# *******************************************************************************
2+
# Copyright (c) 2025 Contributors to the Eclipse Foundation
3+
#
4+
# See the NOTICE file(s) distributed with this work for additional
5+
# information regarding copyright ownership.
6+
#
7+
# This program and the accompanying materials are made available under the
8+
# terms of the Apache License Version 2.0 which is available at
9+
# https://www.apache.org/licenses/LICENSE-2.0
10+
#
11+
# SPDX-License-Identifier: Apache-2.0
12+
# *******************************************************************************
13+
14+
name: Documentation Cleanup
15+
16+
permissions:
17+
contents: write
18+
pages: write
19+
id-token: write
20+
21+
on:
22+
schedule:
23+
- cron: "0 0 * * *" # Runs every day at midnight UTC
24+
25+
jobs:
26+
docs-cleanup:
27+
uses: eclipse-score/cicd-workflows/.github/workflows/docs-cleanup.yml@main
28+
secrets:
29+
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)