From c388060f6f7c97ae8cf8836a4e91bd1a1a7b3901 Mon Sep 17 00:00:00 2001 From: Mystic <215104920@qq.com> Date: Sun, 4 Sep 2022 23:55:57 +0800 Subject: [PATCH] ci: enable jekyll to remove .nojekyll --- .github/workflows/cd.yaml | 1 + template/.github/dependabot.yml | 19 ++++++------------- 2 files changed, 7 insertions(+), 13 deletions(-) diff --git a/.github/workflows/cd.yaml b/.github/workflows/cd.yaml index fd79fea..dead523 100644 --- a/.github/workflows/cd.yaml +++ b/.github/workflows/cd.yaml @@ -28,6 +28,7 @@ jobs: publish_dir: ./${{ env.PROJECT_NAME }} # Set exclude_assets to empty for including the .github directory to deployment assets. exclude_assets: '' + enable_jekyll: true user_name: 'github-actions[bot]' user_email: 'github-actions[bot]@users.noreply.github.com' full_commit_message: "ci: deploy a cxx sample by cargo generate" diff --git a/template/.github/dependabot.yml b/template/.github/dependabot.yml index e669886..c44b6f1 100644 --- a/template/.github/dependabot.yml +++ b/template/.github/dependabot.yml @@ -1,15 +1,8 @@ version: 2 updates: - - package-ecosystem: "cargo" - # Look for `Cargo.toml` and `Cargo.lock` in the root directory - directory: "/" - # Check for updates every Monday - schedule: - interval: "weekly" - open-pull-requests-limit: 10 - - package-ecosystem: "github-actions" - directory: "/" - # Check for updates every Monday - schedule: - interval: "weekly" - open-pull-requests-limit: 10 + - package-ecosystem: "github-actions" + directory: "/" + # Check for updates every Monday + schedule: + interval: "weekly" + open-pull-requests-limit: 10