Skip to content

Commit

Permalink
ci: enable jekyll to remove .nojekyll
Browse files Browse the repository at this point in the history
  • Loading branch information
pplmx committed Sep 4, 2022
1 parent 3a68fcb commit c388060
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 13 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
19 changes: 6 additions & 13 deletions template/.github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit c388060

Please sign in to comment.