From d33e78c61bb0134f29eae21df58d806e1e2e33f6 Mon Sep 17 00:00:00 2001 From: newtratip Date: Sat, 2 Sep 2023 00:02:58 +0700 Subject: [PATCH] Rename file name of githubworkflow --- .../workflows/{build_docs.yml => build_document_template.yml} | 0 .github/workflows/delete_unmerged_branch.yml | 2 +- .../{test_build_docs.yml => test_build_document_template.yml} | 0 README.md | 2 +- 4 files changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/{build_docs.yml => build_document_template.yml} (100%) rename .github/workflows/{test_build_docs.yml => test_build_document_template.yml} (100%) diff --git a/.github/workflows/build_docs.yml b/.github/workflows/build_document_template.yml similarity index 100% rename from .github/workflows/build_docs.yml rename to .github/workflows/build_document_template.yml diff --git a/.github/workflows/delete_unmerged_branch.yml b/.github/workflows/delete_unmerged_branch.yml index 399517f..31046bd 100644 --- a/.github/workflows/delete_unmerged_branch.yml +++ b/.github/workflows/delete_unmerged_branch.yml @@ -8,7 +8,7 @@ on: jobs: worker: if: ${{ github.event.pull_request.merged_at == '' }} - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: delete-unmerged-branch uses: actions/github-script@v6 diff --git a/.github/workflows/test_build_docs.yml b/.github/workflows/test_build_document_template.yml similarity index 100% rename from .github/workflows/test_build_docs.yml rename to .github/workflows/test_build_document_template.yml diff --git a/README.md b/README.md index f833f22..a020599 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Markdown Cheatsheet: **Note:** * The `site` folder is ignored by `.gitignore` -* Just push to 15.0 branch, github action in `.github/workflows/build_docs.yml` will auto generate `site` folder into branch `gh-pages`. +* Just push to 15.0 branch, github action in `.github/workflows/build_document_template.yml` will auto generate `site` folder into branch `gh-pages`. * If you enable **Github Pages** on branch `gh-pages`, you will get the document site at `https://.github.io/` **Remarks:**