aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflow/build_index.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflow/build_index.yml')
-rw-r--r--.github/workflow/build_index.yml28
1 files changed, 0 insertions, 28 deletions
diff --git a/.github/workflow/build_index.yml b/.github/workflow/build_index.yml
deleted file mode 100644
index 022cf5e..0000000
--- a/.github/workflow/build_index.yml
+++ /dev/null
@@ -1,28 +0,0 @@
-name: Build Package Index
-
-on:
- push:
- branch: gh-pages
- workflow_dispatch:
- pull_request:
-
-jobs:
- build:
- runs-on: ubuntu-latest
- permissions:
- contents: write
- pull-requests: write
- id-token: write
-
- steps:
- - name: Checkout Code
- uses: actions/checkout@v4
-
- - name: build pkg Index
- run: make pkg_index
-
- - name: commit
- uses: stefanzweifel/git-auto-commit-action@v5
- with:
- branch: gh-pages
- commit_message: "feat(site): update index for ${{ github.ref_name }} [skip ci]"