Skip to content

Commit 6eca834

Browse files
feat: update GitHub Actions workflow to use cd-pages.yml and remove TODO and label sync jobs
1 parent 26f457e commit 6eca834

File tree

1 file changed

+1
-22
lines changed

1 file changed

+1
-22
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -71,29 +71,8 @@ jobs:
7171
name: Pages
7272
needs: [shell, node]
7373
if: github.event_name != 'pull_request'
74-
uses: KevinDeBenedetti/github-workflows/.github/workflows/deploy-pages.yml@main
74+
uses: KevinDeBenedetti/github-workflows/.github/workflows/cd-pages.yml@main
7575
with:
7676
node-version: '22'
7777
build-command: bun run build
7878
output-directory: .vitepress/dist
79-
80-
todo-sync:
81-
name: TODO sync
82-
if: github.event_name == 'push' || github.event_name == 'issues' || github.event_name == 'workflow_dispatch'
83-
permissions:
84-
contents: write
85-
issues: write
86-
pull-requests: write
87-
uses: KevinDeBenedetti/github-workflows/.github/workflows/todo-sync.yml@main
88-
with:
89-
issue-number: ${{ github.event.issue.number || 0 }}
90-
secrets: inherit
91-
92-
label-sync:
93-
name: Label sync
94-
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
95-
permissions:
96-
contents: read
97-
issues: write
98-
uses: KevinDeBenedetti/github-workflows/.github/workflows/label-sync.yml@main
99-
secrets: inherit

0 commit comments

Comments
 (0)