From 5be9dbf6c7141c76f82f20889bd74b8bf6131a38 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Sat, 9 Mar 2024 20:58:27 +0800 Subject: fix(workflows): workflow -> workflows --- .github/workflow/build_index.yml | 28 ---------------------------- .github/workflows/build_index.yml | 28 ++++++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 28 deletions(-) delete mode 100644 .github/workflow/build_index.yml create mode 100644 .github/workflows/build_index.yml 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]" diff --git a/.github/workflows/build_index.yml b/.github/workflows/build_index.yml new file mode 100644 index 0000000..022cf5e --- /dev/null +++ b/.github/workflows/build_index.yml @@ -0,0 +1,28 @@ +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]" -- cgit v1.2.3-70-g09d2