File tree Expand file tree Collapse file tree 1 file changed +1
-22
lines changed
Expand file tree Collapse file tree 1 file changed +1
-22
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments